vmbx/vmbxengine/inc/mvmbxuihandler.h
changeset 27 7eb70891911c
parent 19 e44a8c097b15
--- a/vmbx/vmbxengine/inc/mvmbxuihandler.h	Thu May 27 13:23:05 2010 +0300
+++ b/vmbx/vmbxengine/inc/mvmbxuihandler.h	Fri Jun 11 14:07:16 2010 +0300
@@ -45,7 +45,7 @@
      * @param aNumber the voice mailbox number
      * @param aResult out the result of dialog
      */
-    virtual void ShowVmbxQueryDialog( const TVmbxType& aType,
+    virtual void ShowVmbxQueryDialogL( const TVmbxType& aType,
         TDes& aNumber, TInt& aResult )= 0;
 
 
@@ -55,7 +55,7 @@
      * @param in aType vmbx type
      * @param out aResult the result of dialog
      */
-    virtual void ShowDefineSelectionDialog( 
+    virtual void ShowDefineSelectionDialogL( 
         TVmbxType& aType, TInt& aResult ) = 0;
 
     /**