vmbx/vmbxengine/inc/vmbxuiutilities.h
changeset 27 7eb70891911c
parent 19 e44a8c097b15
--- a/vmbx/vmbxengine/inc/vmbxuiutilities.h	Thu May 27 13:23:05 2010 +0300
+++ b/vmbx/vmbxengine/inc/vmbxuiutilities.h	Fri Jun 11 14:07:16 2010 +0300
@@ -34,7 +34,6 @@
 *  Implementation of the auxiliary methods for the VMBX engine classes
 *
 *  @lib vmbxengine.lib
-*  @since S60 v5.2
 */
 NONSHARABLE_CLASS( CVmbxUiUtilities ): public CBase,
                                        public MVmbxUiUtilities
@@ -55,7 +54,6 @@
     /**
      * Show mailbox query
      *
-     * @since S60 v5.2
      * @param in aType TVmbxType type
      * @param in aMode TVmbxQueryMode mode
      * @param out aNumber the voice mailbox number
@@ -65,25 +63,12 @@
                     TDes& aNumber );
 
     /**
-     * Show mailbox query dialog
-     * Leaves if user cancel selected.
-     *
-     * @param aType in TVmbxType type
-     * @param aMode Tin VmbxQueryMode mode
-     * @param aNumber the voice mailbox number
-     * @param aResult out the result of dialog
-     */
-    void ShowQueryDialogL( const TVmbxType& aType,
-        const TVmbxQueryMode & aMode, TDes& aNumber, TInt& aResult );
-
-    /**
      * Show informationd note
      *
      * @param aType in TVmbxNoteType type
      */
     void ShowInformationdNoteL(const TVmbxNoteType aType);
  
-
     /**
      * Show define number in selection dialog
      * Leaves if user cancel selected.
@@ -91,7 +76,7 @@
      * @param in aType vmbx type
      * @param out aResult the result of dialog
      */
-    void ShowDefineSelectionDialog( TVmbxType& aType, TInt& aResult );
+    void ShowDefineSelectionDialogL( TVmbxType& aType, TInt& aResult );
 
     /**
      * Show call number in selection dialog
@@ -109,13 +94,6 @@
                 TVoiceMailboxParams& aParams, TInt& aResult );
 
     /**
-     * Tries to close all open dialogs
-     *
-     */
-    void DismissDialogL();
-
-
-    /**
      * Get Mailbox type default image.
      * If get unseccessful, Leaves with Symbian OS error code
      *
@@ -136,6 +114,11 @@
      */
     void ShowInvalidWarningDialogL();
 
+     /**
+     * Tries to close all open dialogs
+     *
+     */
+    void DismissDialogL();   
 
 private: // data
 
@@ -149,10 +132,20 @@
      */
     void ConstructL();
 
+    /**
+     * Show mailbox query dialog
+     * Leaves if user cancel selected.
+     *
+     * @param aType in TVmbxType type
+     * @param aMode Tin VmbxQueryMode mode
+     * @param aNumber the voice mailbox number
+     * @param aResult out the result of dialog
+     */
+    void ShowQueryDialogL( const TVmbxType& aType,
+        const TVmbxQueryMode & aMode, TDes& aNumber, TInt& aResult );
 
     /**
     * Open phonebook's Single Fetch Dialog
-    * @since S60 v5.2
     * @param aPhoneNumber Phone number
     */
     void FetchNumberFromPhonebook2L( TDes& aPhoneNumber );