profilesservices/ProfileEngine/ProfileScheduleEventSrc/CProfileChangeEvent.h
branchRCL_3
changeset 12 c8b9b0986973
parent 0 8c5d936e5675
child 13 23553eb4e470
--- a/profilesservices/ProfileEngine/ProfileScheduleEventSrc/CProfileChangeEvent.h	Fri Feb 19 23:06:10 2010 +0200
+++ b/profilesservices/ProfileEngine/ProfileScheduleEventSrc/CProfileChangeEvent.h	Fri Mar 12 15:43:47 2010 +0200
@@ -26,8 +26,9 @@
 #include <f32file.h>
 
 // FORWARD DECLARATIONS
-class MProfileEngine;
+class MProfileEngineExtended;
 class CAknGlobalNote;
+class CRepository;
 
 // CLASS DECLARATION
 
@@ -109,7 +110,7 @@
 
     private:    // Data
         // Own: Profiles Engine for profile activation
-        MProfileEngine* iProfileEngine;
+    	MProfileEngineExtended* iProfileEngine;
 
         // Own: Global note to show the expiration conf. note to the user
         CAknGlobalNote* iGlobalNote;
@@ -131,6 +132,9 @@
         
         // Supported features
         TBool iCoverDisplay;
+        
+        // Central Repository
+        CRepository* iCenRep;
     };
 
 #endif      // CPROFILECHANGEEVENT_H