vmbx/vmbxengine/inc/mvmbxchangeobserver.h
changeset 19 e44a8c097b15
parent 12 ae8abd0db65c
--- a/vmbx/vmbxengine/inc/mvmbxchangeobserver.h	Mon May 03 13:01:45 2010 +0300
+++ b/vmbx/vmbxengine/inc/mvmbxchangeobserver.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 @@
 *
 *  @lib vmbxengine.lib
 *
-*  @since S60 v5.2
 *
 **/
 NONSHARABLE_CLASS ( MVmbxChangeObserver )
@@ -44,7 +43,6 @@
     * Observer callback function which is called when
     *sat refresh
     *
-    * @since S60 5.2
     **/
     virtual void SatRefreshL() = 0;
 
@@ -53,7 +51,6 @@
     *CenRep Key value changed
     *
     * @param aId id related with the key of CenRep
-    * @since S60 5.2
     **/
     virtual void CenRepChangedL( TVmbxCenRepKey aId ) = 0;
 
@@ -61,7 +58,6 @@
     * Observer callback function which is called when
     *sim store changed
     *
-    * @since S60 5.2
     **/
     virtual void SimStoreChangedL() = 0;
     };