vmbx/vmbxengine/inc/mvmbxcenrephandler.h
changeset 19 e44a8c097b15
parent 12 ae8abd0db65c
--- a/vmbx/vmbxengine/inc/mvmbxcenrephandler.h	Mon May 03 13:01:45 2010 +0300
+++ b/vmbx/vmbxengine/inc/mvmbxcenrephandler.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"
@@ -42,7 +42,6 @@
     /**
      * Get mailbox number from CenRep
      *
-     * @since S60 v5.2
      * @param in&out aEntry the voice mailbox information data type
      * @return Symbian OS error code (KErrNone if successful)
      */
@@ -51,7 +50,6 @@
     /**
      * Saves the mailbox number
      *
-     * @since S60 v5.2
      * @param in aEntry vmbx number data to save
      * @return Symbian OS error code (KErrNone if successful)
      */
@@ -60,7 +58,6 @@
     /**
      * Fetches active store type
      *
-     * @since S60 v5.2
      * @return aStoreType Active store in use
      */
     virtual TVmbxMemoryLocation StoreType() = 0;
@@ -68,7 +65,6 @@
     /**
      * Returns state of the video support
      *
-     * @since S60 v5.2
      * @return ETrue if supported
      */
     virtual TBool VideoSupported() = 0;
@@ -76,7 +72,6 @@
     /**
      * Returns ETrue if CenRep setting Sim read only
      *
-     * @since S60 v5.2
      * @return ETrue if Sim read only
      */
     virtual TBool IsSimReadOnly() = 0;
@@ -84,7 +79,6 @@
      /**
      * Returns ETrue if number allowed to user change
      *
-     * @since S60 v5.2
      * @return ETrue if from Sim
      */
     virtual TBool IsAllowedUserEdit() = 0;