diff -r 15e4dd19031c -r a0713522ab97 idlefw/plugins/sapidataplugin/inc/sapidata.h --- a/idlefw/plugins/sapidataplugin/inc/sapidata.h Wed Mar 31 22:04:35 2010 +0300 +++ b/idlefw/plugins/sapidataplugin/inc/sapidata.h Wed Apr 14 16:16:44 2010 +0300 @@ -132,16 +132,6 @@ */ void ConstructL(CSapiDataPlugin* aPlugin); - // new functions - - /** - * Gets the menu item from the publisher - * - * @param none - * @return void - */ - void GetMenuItemsL(); - public: // new functions @@ -154,14 +144,6 @@ void ChangePublisherStatusL(const TDesC8& aStatus); /** - * Change the publisher status with list of actions - * - * @param aActionsList new list of status for the publisher - * @return void - */ - void ChangePublisherStatusL(CLiwDefaultList* aActionsList); - - /** * Triggers active event with KNoNotification option. * Notification is not send to observer, action handler * plug-ins are executed @@ -365,6 +347,25 @@ * @param aAny - contains pointer to command buffer. */ void SetCommandBuffer(TAny* aAny); + +private: + // new functions + + /** + * Gets the menu item from the publisher + * + * @param none + * @return void + */ + void GetMenuItemsL(); + + /** + * Change the publisher status with list of actions + * + * @param aActionsList new list of status for the publisher + * @return void + */ + void ChangePublisherStatusL(CLiwDefaultList* aActionsList); private: // data