phoneengine/phonemodel/inc/cpeprofilesettingmonitor.h
branchRCL_3
changeset 62 5266b1f337bd
parent 61 41a7f70b3818
--- a/phoneengine/phonemodel/inc/cpeprofilesettingmonitor.h	Tue Aug 31 15:14:29 2010 +0300
+++ b/phoneengine/phonemodel/inc/cpeprofilesettingmonitor.h	Wed Sep 01 12:30:10 2010 +0100
@@ -32,7 +32,6 @@
 #include <TProfileToneSettings.h>
 #include <MProfileChangeObserver.h>
 #include <CProfileChangeNotifyHandler.h>
-#include "cpecenrepmonitor.h"
 
 // FORWARD DECLARATIONS
 class MPEPhoneModelInternal;
@@ -47,7 +46,7 @@
 *  @lib Phoneenginebase.lib
 *  @since Series60_4.0
 */
-NONSHARABLE_CLASS( CPEProfileSettingMonitor ) : public CPECenRepMonitor, public MProfileChangeObserver
+NONSHARABLE_CLASS( CPEProfileSettingMonitor ) : public CBase, public MProfileChangeObserver
 {
 public:
     static CPEProfileSettingMonitor* NewL( MPEPhoneModelInternal& aModel );
@@ -58,8 +57,6 @@
     CPEProfileSettingMonitor( MPEPhoneModelInternal& aModel );
     void ConstructL();
     void GetProfileSettingsL();
-    // From CPECenRepMonitor
-    void UpdateL();
 private: // Not owned by this object
     MPEPhoneModelInternal& iModel; 
 private: // Owned by this object