idlefw/plugins/profileplugin/inc/caiprofileengine.h
branchRCL_3
changeset 23 ace62b58f4b2
parent 11 bd874ee5e5e2
equal deleted inserted replaced
22:1b207dd38b72 23:ace62b58f4b2
    35 class MProEngEngine;
    35 class MProEngEngine;
    36 class MProEngNotifyHandler;
    36 class MProEngNotifyHandler;
    37 class MProEngProfileNameArray;
    37 class MProEngProfileNameArray;
    38 
    38 
    39 class RSSSettings;
    39 class RSSSettings;
       
    40 class CAknQueryDialog;
    40 
    41 
    41 /**
    42 /**
    42  *  @ingroup group_profileplugin
    43  *  @ingroup group_profileplugin
    43  *
    44  *
    44  *  CAiProfileEngine
    45  *  CAiProfileEngine
   188     RConeResourceLoader iResourceLoader;
   189     RConeResourceLoader iResourceLoader;
   189     /** Flag to indicate whether active profile is timed */
   190     /** Flag to indicate whether active profile is timed */
   190     TBool iTimed;
   191     TBool iTimed;
   191     /** Flag to indicate whether active profile is silent */
   192     /** Flag to indicate whether active profile is silent */
   192     TBool iSilent;
   193     TBool iSilent;
       
   194     /** Offline query dialog */
       
   195     CAknQueryDialog* iOfflineQueryDialog;
   193     };
   196     };
   194 
   197 
   195 #endif // CAIPROFILEENGINE_H
   198 #endif // CAIPROFILEENGINE_H
   196 
   199 
   197 // End of file
   200 // End of file