idlehomescreen/xmluicontroller/inc/appui.h
branchRCL_3
changeset 23 7be2816dbabd
parent 18 d05a55b217df
child 28 d721605b30d0
--- a/idlehomescreen/xmluicontroller/inc/appui.h	Tue Apr 27 16:26:12 2010 +0300
+++ b/idlehomescreen/xmluicontroller/inc/appui.h	Tue May 11 16:02:39 2010 +0300
@@ -23,7 +23,7 @@
 #include <coeview.h>
 
 // User includes
-#include <hspublisherinfo.h>
+#include <aifwpublisherinfo.h>
 #include "xnappuiadapter.h"
 
 // Forward declarations
@@ -71,9 +71,9 @@
     void HandleWsEventL( const TWsEvent& aEvent, 
             CCoeControl* aDestination );
 
-    TInt LoadPublisher( CXnNodeAppIf& aPublisher, TInt aReason );
-                      
-    TInt DestroyPublisher( CXnNodeAppIf& aPublisher, TInt aReason );
+    void LoadPublisher( const TAiFwPublisherInfo& aPublisher ); 
+                             
+    void DestroyPublisher( const TAiFwPublisherInfo& aPublisher );        
                            
     TBool DynInitMenuItemL( const TDesC& aItemType, 
         RPointerArray< CXnNodeAppIf >* aList = NULL );
@@ -82,6 +82,9 @@
        
     void HandleUiReadyEventL();
     
+    TInt PublisherInfo( CXnNodeAppIf& aNode, 
+        THsPublisherInfo& aInfo ); 
+
 private:
     // new functions