vmbx/vmbxengine/inc/mvmbxuihandler.h
changeset 27 7eb70891911c
parent 19 e44a8c097b15
equal deleted inserted replaced
23:427125ac6cb8 27:7eb70891911c
    43      *
    43      *
    44      * @param aType in TVmbxType type
    44      * @param aType in TVmbxType type
    45      * @param aNumber the voice mailbox number
    45      * @param aNumber the voice mailbox number
    46      * @param aResult out the result of dialog
    46      * @param aResult out the result of dialog
    47      */
    47      */
    48     virtual void ShowVmbxQueryDialog( const TVmbxType& aType,
    48     virtual void ShowVmbxQueryDialogL( const TVmbxType& aType,
    49         TDes& aNumber, TInt& aResult )= 0;
    49         TDes& aNumber, TInt& aResult )= 0;
    50 
    50 
    51 
    51 
    52     /**
    52     /**
    53      * Show define number in selection dialog
    53      * Show define number in selection dialog
    54      *
    54      *
    55      * @param in aType vmbx type
    55      * @param in aType vmbx type
    56      * @param out aResult the result of dialog
    56      * @param out aResult the result of dialog
    57      */
    57      */
    58     virtual void ShowDefineSelectionDialog( 
    58     virtual void ShowDefineSelectionDialogL( 
    59         TVmbxType& aType, TInt& aResult ) = 0;
    59         TVmbxType& aType, TInt& aResult ) = 0;
    60 
    60 
    61     /**
    61     /**
    62      * Show call number in selection dialog
    62      * Show call number in selection dialog
    63      * Leave if aArray < 1
    63      * Leave if aArray < 1