textinput/peninputcommonctrls/inc/peninputdropdownlist/peninputlistmanager.h
branchRCL_3
changeset 5 a47de9135b21
parent 0 eb1f2e154e89
--- a/textinput/peninputcommonctrls/inc/peninputdropdownlist/peninputlistmanager.h	Fri Feb 19 23:09:27 2010 +0200
+++ b/textinput/peninputcommonctrls/inc/peninputdropdownlist/peninputlistmanager.h	Fri Mar 12 15:44:07 2010 +0200
@@ -37,6 +37,7 @@
 class CListExpandableMultiRowWithoutIcon;
 class CListOneRowRollWithIconWithBubble;
 class CListMultiRowRollWithIconWithBubble;
+class CListMultiRowWithoutIconWithBubble;
 
 /**
  *  List manager
@@ -169,7 +170,8 @@
      * @return the multi row list with icon
      */
     CList* ListOneRowRollWithIconWithBubble() const;
-
+    
+    CList* ListMultiRowWithoutIconWithBubble() const;
     /**
      * Reset some data
      * @since S60 v4.0
@@ -259,7 +261,12 @@
      * Not Own
      */
     MFepCtrlDropdownListContext* iContext;
-       
+    
+    /**
+     * The multi roll list without icon with bubble
+     * Own
+     */
+    CListMultiRowWithoutIconWithBubble* iListMultiRowWithoutIconWithBubble;   
     };
 
 #endif // C_LISTMANAGER_H