diff -r 3f8368f032cf -r e3554c9069b6 profilesservices/ProfileEngine/ProfileScheduleEventSrc/CProfileChangeEvent.h --- a/profilesservices/ProfileEngine/ProfileScheduleEventSrc/CProfileChangeEvent.h Tue Feb 02 00:22:03 2010 +0200 +++ b/profilesservices/ProfileEngine/ProfileScheduleEventSrc/CProfileChangeEvent.h Fri Mar 19 09:34:30 2010 +0200 @@ -27,7 +27,6 @@ // FORWARD DECLARATIONS class MProfileEngine; -class CAknGlobalNote; // CLASS DECLARATION @@ -111,26 +110,14 @@ // Own: Profiles Engine for profile activation MProfileEngine* iProfileEngine; - // Own: Global note to show the expiration conf. note to the user - CAknGlobalNote* iGlobalNote; - - // Own: buffer for the confirmation note text - HBufC* iNoteText; - // File server session needed for resource reading: RFs iFs; - // Used to store the resource file name - TFileName iResourceFile; - // Mutex controlling access to profiles data RMutex iMutex; // The ID of the profile which should be reactivated TInt iPreviousId; - - // Supported features - TBool iCoverDisplay; }; #endif // CPROFILECHANGEEVENT_H