vmbx/vmbxengine/inc/mvmbxcenrepobserver.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".
    26 // CLASS DECLARATION
    26 // CLASS DECLARATION
    27 
    27 
    28 /**
    28 /**
    29  *  MVmbxCenRepObserver
    29  *  MVmbxCenRepObserver
    30  *
    30  *
    31  *  @since S60 v5.2
       
    32  *  @lib vmbxengine.lib
    31  *  @lib vmbxengine.lib
    33  *
    32  *
    34  */
    33  */
    35 NONSHARABLE_CLASS ( MVmbxCenRepObserver )
    34 NONSHARABLE_CLASS ( MVmbxCenRepObserver )
    36     {
    35     {
    37 public:
    36 public:
    38 
    37 
    39     /**
    38     /**
    40     * Does the action user wants when the CenRep value has been changed.
    39     * Does the action user wants when the CenRep value has been changed.
    41     * 
    40     * 
    42     * @since S60 v5.2
       
    43     * @param aId id related with the key of CenRep
    41     * @param aId id related with the key of CenRep
    44     **/
    42     **/
    45     virtual void HandleCenRepChange( TVmbxCenRepKey aId ) = 0;
    43     virtual void HandleCenRepChange( TVmbxCenRepKey aId ) = 0;
    46 
    44 
    47     };
    45     };