vmbx/vmbxengine/inc/vmbxuihandler.h
changeset 27 7eb70891911c
parent 19 e44a8c097b15
equal deleted inserted replaced
23:427125ac6cb8 27:7eb70891911c
    55      *
    55      *
    56      * @param aType in TVmbxType type
    56      * @param aType in TVmbxType type
    57      * @param aNumber the voice mailbox number
    57      * @param aNumber the voice mailbox number
    58      * @param aResult out the result of dialog
    58      * @param aResult out the result of dialog
    59      */
    59      */
    60     virtual void ShowVmbxQueryDialog( const TVmbxType& aType,
    60     virtual void ShowVmbxQueryDialogL( const TVmbxType& aType,
    61         TDes& aNumber, TInt& aResult );
    61         TDes& aNumber, TInt& aResult );
    62 
    62 
    63     /**
    63     /**
    64      * Show define number in selection dialog
    64      * Show define number in selection dialog
    65      *
    65      *
    66      * @param in aType vmbx type
    66      * @param in aType vmbx type
    67      * @param out aResult the result of dialog
    67      * @param out aResult the result of dialog
    68      */
    68      */
    69     virtual void ShowDefineSelectionDialog( TVmbxType& aType, TInt& aResult );
    69     virtual void ShowDefineSelectionDialogL( TVmbxType& aType, TInt& aResult );
    70 
    70 
    71     /**
    71     /**
    72      * Show call number in selection dialog
    72      * Show call number in selection dialog
    73      * Leave if aArray < 1
    73      * Leave if aArray < 1
    74      *
    74      *
   113     /**
   113     /**
   114      * Dialog manage
   114      * Dialog manage
   115      * Own
   115      * Own
   116      */
   116      */
   117     VmbxQtUiHandler* iHandler;
   117     VmbxQtUiHandler* iHandler;
   118 
       
   119     };
   118     };
   120 
   119 
   121 #endif  // VMBXENGINEQTUI_H
   120 #endif  // VMBXENGINEQTUI_H