idlefw/inc/framework/aistateprovider.h
branchRCL_3
changeset 74 edd621764147
parent 51 15e4dd19031c
--- a/idlefw/inc/framework/aistateprovider.h	Tue Apr 27 16:57:49 2010 +0300
+++ b/idlefw/inc/framework/aistateprovider.h	Tue May 11 16:30:05 2010 +0300
@@ -32,7 +32,7 @@
 // Forward declarations
 class MAiPSPropertyObserver;
 class MAiStateObserver;
-class THsPublisherInfo;
+class TAiFwPublisherInfo;
 
 // Class declaration
 
@@ -150,14 +150,12 @@
     /**
      * @see MAiFwStateHandler
      */
-    TInt LoadPlugin( const THsPublisherInfo& aPublisherInfo, 
-        TAiFwLoadReason aReason );
+    void LoadPlugin( const TAiFwPublisherInfo& aInfo );         
     
     /**
      * @see MAiFwStateHandler
      */
-    void DestroyPlugin( const THsPublisherInfo& aPublisherInfo,
-        TAiFwDestroyReason aReason );
+    void DestroyPlugin( const TAiFwPublisherInfo& aInfo );        
     
     /**
      * @see MAiFwStateHandler