idlefw/inc/framework/aistateprovider.h
branchRCL_3
changeset 14 15e4dd19031c
parent 11 bd874ee5e5e2
child 19 edd621764147
--- 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