vmbx/vmbxengine/inc/vmbxuihandler.h
changeset 27 7eb70891911c
parent 19 e44a8c097b15
--- a/vmbx/vmbxengine/inc/vmbxuihandler.h	Thu May 27 13:23:05 2010 +0300
+++ b/vmbx/vmbxengine/inc/vmbxuihandler.h	Fri Jun 11 14:07:16 2010 +0300
@@ -57,7 +57,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 );
 
     /**
@@ -66,7 +66,7 @@
      * @param in aType vmbx type
      * @param out aResult the result of dialog
      */
-    virtual void ShowDefineSelectionDialog( TVmbxType& aType, TInt& aResult );
+    virtual void ShowDefineSelectionDialogL( TVmbxType& aType, TInt& aResult );
 
     /**
      * Show call number in selection dialog
@@ -115,7 +115,6 @@
      * Own
      */
     VmbxQtUiHandler* iHandler;
-
     };
 
 #endif  // VMBXENGINEQTUI_H