vmbx/vmbxengine/inc/vmbxutilities.h
changeset 19 e44a8c097b15
parent 12 ae8abd0db65c
--- a/vmbx/vmbxengine/inc/vmbxutilities.h	Mon May 03 13:01:45 2010 +0300
+++ b/vmbx/vmbxengine/inc/vmbxutilities.h	Fri May 14 16:24:46 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
 * All rights reserved.
 * This component and the accompanying materials are made available
 * under the terms of "Eclipse Public License v1.0"
@@ -32,7 +32,6 @@
 *  Implementation of the auxiliary methods for the VMBX engine classes
 *
 *  @lib vmbxengine.lib
-*  @since S60 v5.2
 */
 NONSHARABLE_CLASS(  VmbxUtilities )
     {
@@ -45,7 +44,6 @@
      * - '+' is only allowed as the first character
      * - The phone number part must be between 3-40 digits
      *
-     * @since S60 v5.2
      * @param in aNumber Vmbx number
      * @return ETrue if valid number
      */
@@ -55,7 +53,6 @@
     /**
      * Returns active ALS
      *
-     * @since S60 v5.2
      * @return Active ALS line
      */
     static TVmbxAlsLineType AlsLine();
@@ -63,7 +60,6 @@
     /**
      * Returns state of the video support
      *
-     * @since S60 v5.2
      * @return ETrue if Video supported
      */
     static TBool VideoSupported();
@@ -71,7 +67,6 @@
     /**
      * Returns state of the VoIP Support
      *
-     * @since S60 v5.2
      * @return ETrue if VoIP Supported
      */
     static TBool VoIPSupported();
@@ -79,7 +74,6 @@
     /**
      * Verifies that the given number is not an emergency number.
      *
-     * @since S60 v5.2
      * @param in aNumber Mailbox number
      * @return ETrue if emergency number
      */
@@ -88,18 +82,8 @@
 private:
 
     /**
-     * Verifies that the given string is a valid SS.
-     *
-     * @since S60 v5.2
-     * @param in&out aLexer string to be validate
-     * @return ETrue if supplementary service code validate
-     */
-    static TBool ValidateSsNum( TLex& aLexer );
-
-    /**
      * Verifies that the given string is a valid Tel number.
      *
-     * @since S60 v5.2
      * @param in aLexer string to be validate
      * @return ETrue if tel number validate
      */
@@ -108,7 +92,6 @@
     /**
      * Verifies that the given string is a valid DTMF number.
      *
-     * @since S60 v5.2
      * @param in aLexer string to be validate
      * @return ETrue if DTMf validate
      */
@@ -116,4 +99,4 @@
 
     };
 
-#endif  // VMBXUTILITIES_H
+#endif    // VMBXUTILITIES_H