phonebookui/Phonebook2/ccapplication/ccacommlauncherplugin/inc/ccappcommlauncherplugin.h
branchRCL_3
changeset 5 81f8547efd4f
parent 3 04ab22b956c2
child 13 a6539d1e8e43
equal deleted inserted replaced
3:04ab22b956c2 5:81f8547efd4f
    25 #include <mccappviewpluginbase2.h>
    25 #include <mccappviewpluginbase2.h>
    26 
    26 
    27 class CCCAppCommLauncherContactHandler;
    27 class CCCAppCommLauncherContactHandler;
    28 class CCCAppCommLauncherMenuHandler;
    28 class CCCAppCommLauncherMenuHandler;
    29 class CCAContactorService;
    29 class CCAContactorService;
    30 class CCCAppCommLauncherLSetDefault;
       
    31 
    30 
    32 /**
    31 /**
    33  *  Class implementing CCCAppViewPluginBase interface. This is
    32  *  Class implementing CCCAppViewPluginBase interface. This is
    34  *  the main class and controlling the other classes of the plugin.
    33  *  the main class and controlling the other classes of the plugin.
    35  *
    34  *
   216     /**
   215     /**
   217      * Return pointer to contactor service.
   216      * Return pointer to contactor service.
   218      */
   217      */
   219     CCAContactorService* ContactorService();
   218     CCAContactorService* ContactorService();
   220     
   219     
   221     void DefaultSettingComplete();
       
   222     /**
   220     /**
   223      *  Start timer.
   221      *  Start timer.
   224      */
   222      */
   225     void StartTimerL();
   223     void StartTimerL();
   226     
   224     
   289      * Pointer to contact data fetcher.
   287      * Pointer to contact data fetcher.
   290      * Own.
   288      * Own.
   291      */
   289      */
   292     CCCAppCommLauncherContactHandler* iContactHandler;
   290     CCCAppCommLauncherContactHandler* iContactHandler;
   293     
   291     
   294     CCCAppCommLauncherLSetDefault* iSetDefault;
       
   295 
   292 
   296     /**
   293     /**
   297      * Pointer to preferred communication methods.
   294      * Pointer to preferred communication methods.
   298      * In case of deactivation, this is not deleted for making the new opening faster.
   295      * In case of deactivation, this is not deleted for making the new opening faster.
   299      * Own.
   296      * Own.
   316      * Pointer to contactor service.
   313      * Pointer to contactor service.
   317      * Own.
   314      * Own.
   318      */
   315      */
   319     CCAContactorService* iContactorService;
   316     CCAContactorService* iContactorService;
   320     
   317     
   321     CActiveSchedulerWait* iWaitFinish;
       
   322     
   318     
   323 	/**
   319 	/**
   324 	 * The timer notifier an aiw service request timeout. 
   320 	 * The timer notifier an aiw service request timeout. 
   325 	 * Own.
   321 	 * Own.
   326 	 */
   322 	 */