diff -r f62c3a3d66b8 -r c8b9b0986973 profilesservices/ProfileEngine/ProfileScheduleEventSrc/CProfileChangeEvent.h --- 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 // 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