diff -r d0529222e3f0 -r bd874ee5e5e2 idlefw/plugins/mcsplugin/publisher/inc/mcspluginengine.h --- a/idlefw/plugins/mcsplugin/publisher/inc/mcspluginengine.h Fri Feb 19 23:07:29 2010 +0200 +++ b/idlefw/plugins/mcsplugin/publisher/inc/mcspluginengine.h Fri Mar 12 15:43:54 2010 +0200 @@ -156,6 +156,23 @@ * ShowSettingsL */ void ShowSettingsL(); + + /** + * Helper method. Adds a given constant to a value of reference counter + * + * @param aItem A Menu Item to update + * @param aValueToAdd A constant to add + * @return The actual value of updated reference count + */ + TInt UpdateMenuItemsRefCountL( + CMenuItem* aItem, const TInt aValueToAdd ); + + /** + * CreateBkmMenuItemsL + * @param void + * @return void + */ + void CreateBkmMenuItemsL(); private: // from MMCSPluginWatcherObserver @@ -204,16 +221,6 @@ TBool ConstructMenuItemForIconL( const TDesC& aPath, CMenuItem& aMenuItem ); - /** - * Helper method. Adds a given constant to a value of reference counter - * - * @param aItem A Menu Item to update - * @param aValueToAdd A constant to add - * @return The actual value of updated reference count - */ - TInt UpdateMenuItemsRefCountL( - CMenuItem* aItem, const TInt aValueToAdd ); - private: // data