diff -r c8b9b0986973 -r 23553eb4e470 profilesservices/ProfileEngine/ProfileScheduleEventSrc/CProfileChangeEvent.h --- a/profilesservices/ProfileEngine/ProfileScheduleEventSrc/CProfileChangeEvent.h Fri Mar 12 15:43:47 2010 +0200 +++ b/profilesservices/ProfileEngine/ProfileScheduleEventSrc/CProfileChangeEvent.h Mon Mar 15 12:41:46 2010 +0200 @@ -26,9 +26,8 @@ #include // FORWARD DECLARATIONS -class MProfileEngineExtended; +class MProfileEngine; class CAknGlobalNote; -class CRepository; // CLASS DECLARATION @@ -110,7 +109,7 @@ private: // Data // Own: Profiles Engine for profile activation - MProfileEngineExtended* iProfileEngine; + MProfileEngine* iProfileEngine; // Own: Global note to show the expiration conf. note to the user CAknGlobalNote* iGlobalNote; @@ -133,8 +132,7 @@ // Supported features TBool iCoverDisplay; - // Central Repository - CRepository* iCenRep; + }; #endif // CPROFILECHANGEEVENT_H