phoneengine/phonemodel/inc/cpecalldurationdisplaysettingmonitor.h
branchRCL_3
changeset 24 41a7f70b3818
parent 0 5f000ab63145
child 25 5266b1f337bd
equal deleted inserted replaced
23:40a3f856b14d 24:41a7f70b3818
    35 NONSHARABLE_CLASS( CPECallDurationDisplaySettingMonitor ) : public CPECenRepMonitor
    35 NONSHARABLE_CLASS( CPECallDurationDisplaySettingMonitor ) : public CPECenRepMonitor
    36 {
    36 {
    37 public:
    37 public:
    38     static CPECallDurationDisplaySettingMonitor* NewL();
    38     static CPECallDurationDisplaySettingMonitor* NewL();
    39     ~CPECallDurationDisplaySettingMonitor();
    39     ~CPECallDurationDisplaySettingMonitor();
       
    40     TInt GetValue(TInt& aValue);
    40 protected: // From base class
    41 protected: // From base class
    41 	virtual void UpdateL();
    42     virtual void UpdateL();
    42 protected:
    43 protected:
    43     CPECallDurationDisplaySettingMonitor();
    44     CPECallDurationDisplaySettingMonitor();
    44     void ConstructL();
    45     void ConstructL();
    45 private:
    46 private:
    46     TBool iDisplayCallDuration;
    47     TBool iDisplayCallDuration;
       
    48     TInt iError;
    47 };
    49 };
    48 
    50 
    49 #endif // CPECALLDURATIONDISPLAYSETTINGMONITOR_H
    51 #endif // CPECALLDURATIONDISPLAYSETTINGMONITOR_H