diff -r 79311d856354 -r 7be2816dbabd idlehomescreen/xmluicontroller/inc/appui.h --- 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 // User includes -#include +#include #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