diff -r c76a0b1755b9 -r 2be0b271d017 phoneapp/phoneuicontrol/inc/cphonesystemeventhandler.h --- a/phoneapp/phoneuicontrol/inc/cphonesystemeventhandler.h Fri Sep 17 08:29:19 2010 +0300 +++ b/phoneapp/phoneuicontrol/inc/cphonesystemeventhandler.h Mon Oct 04 00:16:48 2010 +0300 @@ -24,7 +24,6 @@ #include #include "mphonesystemeventhandler.h" #include "mphonepubsubobserver.h" -#include "mphonecenrepobserver.h" // FORWARD DECLARATIONS class MPhoneStateMachine; @@ -35,8 +34,7 @@ class CPhoneSystemEventHandler : public CBase, public MPhoneSystemEventHandler, - public MPhonePubSubObserver, - public MPhoneCenRepObserver + public MPhonePubSubObserver { public: @@ -53,20 +51,8 @@ public: // From MPhoneSystemEvents - void HandleSystemEventL( const TWsEvent& aEvent ); - - void HandleForegroundEventL( TBool aForeground ); - - void HandlePhoneForegroundEventL(); - - void HandleIdleForegroundEventL(); - void HandlePhoneStartupL(); - void HandlePhoneFocusLostEventL(); - - void HandleKeyLockEnabled( TBool aKeylockEnabled ); - public: // From MPhonePubSubObserver /** @@ -79,18 +65,6 @@ const TUid& aCategory, const TUint aKey, const TInt aValue ); - - public: // From MPhoneCenRepObserver - - /** - * Handle the change of the setting from Central Repository - * @param aUid identifing the central repository UID. - * @param aId central repository ID. - */ - virtual void HandleCenRepChangeL( - const TUid& aUid, - const TUint aId ); - private: /**