diff -r 8baec10861af -r 6cadd6867c17 idlefw/plugins/mcsplugin/settings/inc/mcspluginsettingsbkmlist.h --- a/idlefw/plugins/mcsplugin/settings/inc/mcspluginsettingsbkmlist.h Tue Sep 14 21:55:16 2010 +0300 +++ b/idlefw/plugins/mcsplugin/settings/inc/mcspluginsettingsbkmlist.h Wed Sep 15 12:32:36 2010 +0300 @@ -109,6 +109,13 @@ TSettingItem FindItemL( RPointerArray& aProperties ); + /** + * Checks with a given index if bookmark has been hidden from menulist + * + * @param aIndex Index of the bookmark in the list + * @return ETrue if the bookmark is hidden, EFalse otherwise + */ + TBool ItemHidden( TInt aIndex ); protected: @@ -236,6 +243,11 @@ * Target bookmark parameters */ HBufC* iUrl; + + /** + * Target bookmark hidden + */ + TBool iHidden; private: