equal
deleted
inserted
replaced
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 |