vmbx/vmbxengine/inc/mvmbxuiutilities.h
changeset 27 7eb70891911c
parent 19 e44a8c097b15
equal deleted inserted replaced
23:427125ac6cb8 27:7eb70891911c
    71      * Show define number in selection dialog
    71      * Show define number in selection dialog
    72      *
    72      *
    73      * @param in aType vmbx type
    73      * @param in aType vmbx type
    74      * @param out aResult the result of dialog
    74      * @param out aResult the result of dialog
    75      */
    75      */
    76     virtual void ShowDefineSelectionDialog( TVmbxType& aType, TInt& aResult ) = 0;
    76     virtual void ShowDefineSelectionDialogL( TVmbxType& aType, TInt& aResult ) = 0;
    77 
    77 
    78     /**
    78     /**
    79      * Show call number in selection dialog
    79      * Show call number in selection dialog
    80      * Leaves if user cancel selected.
    80      * Leaves if user cancel selected.
    81      *
    81      *