vmbx/vmbxengine/inc/mvmbxsimstoreobserver.h
changeset 19 e44a8c097b15
parent 12 ae8abd0db65c
equal deleted inserted replaced
15:d7fc66ccd6fb 19:e44a8c097b15
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    25 // CLASS DECLARATION
    25 // CLASS DECLARATION
    26 
    26 
    27 /**
    27 /**
    28  *  Notifier for sim store file entry changes
    28  *  Notifier for sim store file entry changes
    29  *
    29  *
    30  *  @since S60 v5.2
       
    31  *  @lib vmbxengine.lib
    30  *  @lib vmbxengine.lib
    32  *
    31  *
    33  */
    32  */
    34 NONSHARABLE_CLASS ( MVmbxSimStoreObserver )
    33 NONSHARABLE_CLASS ( MVmbxSimStoreObserver )
    35     {
    34     {
    36 public:
    35 public:
    37 
    36 
    38     /**
    37     /**
    39     * Does the user wants when the sim store file entry has been changed.
    38     * Does the user wants when the sim store file entry has been changed.
    40     * 
    39     * 
    41     *  @since S60 v5.2
       
    42     **/
    40     **/
    43     virtual void HandleSimStoreChanged() = 0;
    41     virtual void HandleSimStoreChanged() = 0;
    44 
    42 
    45     };
    43     };
    46 
    44