diff -r 1b207dd38b72 -r ace62b58f4b2 idlefw/plugins/wrtdataplugin/inc/wrtdataplugin.h --- a/idlefw/plugins/wrtdataplugin/inc/wrtdataplugin.h Tue May 25 13:01:39 2010 +0300 +++ b/idlefw/plugins/wrtdataplugin/inc/wrtdataplugin.h Wed Jun 09 10:01:25 2010 +0300 @@ -59,9 +59,10 @@ */ enum TPluginStates { - ENone, + EStopped, + EStarted, EResume, - ESuspend + ESuspend }; /** @@ -189,6 +190,14 @@ TBool IsActive() const; /** + * Is plugin stopped + * + * @param void + * @return boolean (ETrue/EFalse) + */ + TBool IsStopped() const; + + /** * Publish a specific text of the widget * * @param aObserver observer @@ -341,8 +350,6 @@ RFs iRfs; /** Timer for initial data republishing, owned */ CPeriodic* iTimer; - /** Flag to indicate if this plugin is stopped */ - TBool iStopped; }; #endif // WRTDATAPLUGIN_H