idlefw/plugins/wrtdataplugin/inc/wrtdataplugin.h
branchRCL_3
changeset 74 edd621764147
parent 64 b276298d5729
child 82 ace62b58f4b2
equal deleted inserted replaced
64:b276298d5729 74:edd621764147
   339     TPluginStates iPluginState;
   339     TPluginStates iPluginState;
   340     /** File server session handle, owned */
   340     /** File server session handle, owned */
   341     RFs iRfs;
   341     RFs iRfs;
   342     /** Timer for initial data republishing, owned */
   342     /** Timer for initial data republishing, owned */
   343     CPeriodic* iTimer;
   343     CPeriodic* iTimer;
       
   344     /** Flag to indicate if this plugin is stopped */
       
   345     TBool iStopped;
   344     };
   346     };
   345 
   347 
   346 #endif // WRTDATAPLUGIN_H
   348 #endif // WRTDATAPLUGIN_H
   347 
   349 
   348 
   350