idlefw/plugins/profileplugin/inc/caiprofileengine.h
branchRCL_3
changeset 18 bd874ee5e5e2
parent 9 d0529222e3f0
child 82 ace62b58f4b2
--- a/idlefw/plugins/profileplugin/inc/caiprofileengine.h	Fri Feb 19 23:07:29 2010 +0200
+++ b/idlefw/plugins/profileplugin/inc/caiprofileengine.h	Fri Mar 12 15:43:54 2010 +0200
@@ -129,7 +129,9 @@
     void HandleEditActiveProfileL();
     
     TBool ShowOfflineMessageL();
-           
+    
+    void DetermineTimedAndSilentStatesL();
+    
     void NotifyContentUpdate();
   
 private:
@@ -184,6 +186,10 @@
     RPointerArray< HBufC > iProfileNamePointerArray;    
     /** Resource loader, owned */
     RConeResourceLoader iResourceLoader;
+    /** Flag to indicate whether active profile is timed */
+    TBool iTimed;
+    /** Flag to indicate whether active profile is silent */
+    TBool iSilent;
     };
 
 #endif // CAIPROFILEENGINE_H