diff -r 41a7f70b3818 -r 5266b1f337bd phoneengine/phonemodel/inc/cpeprofilesettingmonitor.h --- 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 #include #include -#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