profilesservices/ProfileEngine/ProfileScheduleEventSrc/CProfileChangeEvent.h
changeset 68 13e71d907dc3
parent 32 20bd089f4aaa
--- a/profilesservices/ProfileEngine/ProfileScheduleEventSrc/CProfileChangeEvent.h	Fri Jun 25 17:09:30 2010 +0800
+++ b/profilesservices/ProfileEngine/ProfileScheduleEventSrc/CProfileChangeEvent.h	Thu Nov 04 13:38:47 2010 +0800
@@ -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