profilesservices/ProfileEngine/WrapperSrc/CProEngNotifyHandlerImpl.h
changeset 39 c044bc2ea8f7
parent 36 48848d132687
--- a/profilesservices/ProfileEngine/WrapperSrc/CProEngNotifyHandlerImpl.h	Tue May 25 04:13:06 2010 +0800
+++ b/profilesservices/ProfileEngine/WrapperSrc/CProEngNotifyHandlerImpl.h	Thu Jun 10 16:03:48 2010 +0800
@@ -21,7 +21,7 @@
 #define CPROENGNOTIFYHANDLERIMPL_H
 
 // INCLUDES
-#include <MProEngNotifyHandler2.h>
+#include <MProEngNotifyHandler.h>
 #include <e32base.h>
 
 // FORWARD DECLARATIONS
@@ -29,8 +29,6 @@
 class CProEngActiveProfileDelegate;
 class CProEngProfileNameArrayEventDelegate;
 class CProEngProfileEventDelegate;
-class CProEngActiveSettingsEventDelegate;
-class CProEngMasterSettingsEventDelegate;
 
 // CLASS DECLARATION
 
@@ -41,7 +39,7 @@
 *  @since 3.1
 */
 NONSHARABLE_CLASS( CProEngNotifyHandlerImpl ) : public CBase,
-                                                public MProEngNotifyHandler2
+                                                public MProEngNotifyHandler
     {
     public:  // Constructors and destructor
 
@@ -83,18 +81,6 @@
                 MProEngProfileNameArrayObserver& aObserver );
 
         /**
-         * From MProEngNotifyHandler2
-         */
-        virtual TInt RequestActiveSettingsNotificationsL( 
-                MProEngActiveSettingsObserver &aObserver );
-        
-        /**
-         * From MProEngNotifyHandler2
-         */
-        virtual TInt RequestMasterSettingsNotificationsL( 
-                MProEngMasterSettingsObserver &aObserver );
-        
-        /**
          * From MProEngNotifyHandler
          */
         void CancelProfileActivationNotifications();
@@ -115,20 +101,9 @@
         void CancelProfileNameArrayNotifications();
 
         /**
-         * From MProEngNotifyHandler2
-         */
-        virtual void CancelActiveSettingsNotificationsL();
-        
-        /**
-         * From MProEngNotifyHandler2
-         */
-        virtual void CancelMasterSettingsNotificationsL();
-        
-        /**
          * From MProEngNotifyHandler
          */
         void CancelAll();
-               
 
     private:
 
@@ -150,12 +125,6 @@
 
         // Own: Array of profile change observers
         RPointerArray< CProEngProfileEventDelegate > iProfileEventDelegates;
-        
-        // Own: Delegate for active settings modification events
-        CProEngActiveSettingsEventDelegate *iActiveSettingEventDelegate;
-        
-        // Own: Delegate for master settings modification events
-        CProEngMasterSettingsEventDelegate *iMasterSettingEventDelegate;
 
     };