--- 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