diff -r 502e5d91ad42 -r 15e4dd19031c idlefw/inc/framework/aistateprovider.h --- a/idlefw/inc/framework/aistateprovider.h Mon Mar 15 12:41:53 2010 +0200 +++ b/idlefw/inc/framework/aistateprovider.h Wed Mar 31 22:04:35 2010 +0300 @@ -164,16 +164,13 @@ */ void ChangePluginState( TAiFwState aState ); - /** - * @see MAiFwStateHandler - */ - TBool OnlineStateInUse() const; - private: // new functions static TInt BackupRestoreEvent( TAny* aAny ); - + + static TInt SwiUidListEvent( TAny* aAny ); + private: // data @@ -190,8 +187,10 @@ /** Backup Restore observer, Owned */ MAiPSPropertyObserver* iBackupRestoreObserver; /** Flag to indicate whether state providing is started */ - TBool iStarted; - + TBool iStarted; + /** SWI UID list observer, owned */ + MAiPSPropertyObserver* iSwiUidListObserver; + private: // friend classes