phoneclientserver/CallUI/Inc/CaUiPlugin/CaUiPlugin.h
branchRCL_3
changeset 56 2735883dd3f6
parent 47 0a6dd2dc9970
equal deleted inserted replaced
47:0a6dd2dc9970 56:2735883dd3f6
   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
       
   130         */
   128         */
   131         void AddAiwMenuItemL(
   129         void AddAiwMenuItemL(
   132             CAiwMenuPane& aMenuPane,
   130             CAiwMenuPane& aMenuPane,
   133             TInt aIndex,
   131             TInt aIndex,
   134             EMenuItemType aType,
   132             EMenuItemType aType,
   135             TServiceId aServiceId = 0,
   133             TServiceId aServiceId = 0 );
   136             TBool aHideCallSubmenu = EFalse ); 
       
   137 
   134 
   138     private:    // Data
   135     private:    // Data
   139 
   136 
   140         // The library loader.
   137         // The library loader.
   141         RLibrary                        iLibrary;
   138         RLibrary                        iLibrary;