--- a/profilesservices/ProfileEngine/ProfileScheduleEventSrc/CProfileChangeEvent.h Tue Aug 31 15:29:50 2010 +0300
+++ b/profilesservices/ProfileEngine/ProfileScheduleEventSrc/CProfileChangeEvent.h Wed Sep 01 12:20:44 2010 +0100
@@ -27,6 +27,7 @@
// FORWARD DECLARATIONS
class MProfileEngine;
+class CAknGlobalNote;
// CLASS DECLARATION
@@ -110,14 +111,28 @@
// 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