phoneclientserver/CallUI/Inc/CaUiPlugin/CaUiPlugin.h
branchRCL_3
changeset 21 0a6dd2dc9970
parent 20 987c9837762f
equal deleted inserted replaced
20:987c9837762f 21:0a6dd2dc9970
   123         * @param aMenuPane Menu pane to insert commands
   123         * @param aMenuPane Menu pane to insert commands
   124         * @param aIndex The index of call sub menu
   124         * @param aIndex The index of call sub menu
   125         * @param aType The type of item being added
   125         * @param aType The type of item being added
   126         * @param aServiceId The service ID of VoIP call item, needed when 
   126         * @param aServiceId The service ID of VoIP call item, needed when 
   127         *        getting the service name
   127         *        getting the service name
       
   128         * @param aHideCallSubmenu ETrue if the call submenu items should be 
       
   129         *        in main level of the menu, otherwise EFalse
   128         */
   130         */
   129         void AddAiwMenuItemL(
   131         void AddAiwMenuItemL(
   130             CAiwMenuPane& aMenuPane,
   132             CAiwMenuPane& aMenuPane,
   131             TInt aIndex,
   133             TInt aIndex,
   132             EMenuItemType aType,
   134             EMenuItemType aType,
   133             TServiceId aServiceId = 0 );
   135             TServiceId aServiceId = 0,
       
   136             TBool aHideCallSubmenu = EFalse ); 
   134 
   137 
   135     private:    // Data
   138     private:    // Data
   136 
   139 
   137         // The library loader.
   140         // The library loader.
   138         RLibrary                        iLibrary;
   141         RLibrary                        iLibrary;