menufw/menufwui/mmwidgets/inc/mmlistboxmodel.h
changeset 4 4d54b72983ae
parent 0 f72a12da539e
child 50 137ebc85284b
--- a/menufw/menufwui/mmwidgets/inc/mmlistboxmodel.h	Fri Jan 22 09:35:14 2010 +0200
+++ b/menufw/menufwui/mmwidgets/inc/mmlistboxmodel.h	Tue Jan 26 11:48:23 2010 +0200
@@ -12,7 +12,7 @@
 * Contributors:
 *
 * Description:  CMmListBoxItemModel
-*  Version     : %version: MM_18.1.3 % << Don't touch! Updated by Synergy at check-out.
+*  Version     : %version: MM_18.1.4 % << Don't touch! Updated by Synergy at check-out.
 *
 */
 
@@ -121,6 +121,15 @@
     void HandleSuiteEventL( THnCustomSuiteEvent aCustomSuiteEvent, 
             CHnSuiteModel* aModel );
     
+    /**
+     * Determines the number of item-specific menu items for given item.
+     * 
+     * @since S60 v3.0
+     * @param aItemIndex Item index.
+     * @return Number of item-specific menu items.
+     */
+    TInt GetNumberOfSpecificMenuItemsL( TInt aItemIndex );
+    
 private:
 
 	/**