idlefw/inc/framework/aistateobserver.h
branchRCL_3
changeset 14 15e4dd19031c
parent 8 d0529222e3f0
child 19 edd621764147
--- a/idlefw/inc/framework/aistateobserver.h	Mon Mar 15 12:41:53 2010 +0200
+++ b/idlefw/inc/framework/aistateobserver.h	Wed Mar 31 22:04:35 2010 +0300
@@ -67,20 +67,20 @@
         TAiFwDestroyReason aReason ) = 0;
     
     /**
-     * Notifies to update content publishers after Ecom registry change.
+     * Notifies to reload previously released plugins
      * 
      * @since S60 5.2
      */    
-    virtual void NotifyUpdatePlugins() = 0;
+    virtual void NotifyReloadPlugins() = 0;
     
     /**
-     * Queries whether online state is in use
-     * by any of the currently loaded plugin.
+     * Notifies that defined ECom plugins should be released to enable
+     * plugin upgrade
      * 
      * @since S60 5.2
-     * @return ETrue if online/offline state needed, EFalse otherwise
      */
-    virtual TBool OnlineStateInUse() const = 0;    
+    virtual void NotifyReleasePlugins( const RArray<TUid>& aUidList ) = 0;
+    
     };
     
 #endif // _AISTATEOBSERVER_H