landmarksui/uicontrols/inc/mlmkcentralrepositoryobserver.h
branchRCL_3
changeset 17 1fc85118c3ae
parent 16 8173571d354e
child 18 870918037e16
equal deleted inserted replaced
16:8173571d354e 17:1fc85118c3ae
     1 /*
       
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:    LandmarksUi Content File -    This interface provides, handler functions to handle
       
    15 *                central repository changes
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 
       
    26 #ifndef __MLMKCENTRALREPOSITORYOBSERVER__H
       
    27 #define __MLMKCENTRALREPOSITORYOBSERVER__H
       
    28 
       
    29 // CLASS DECLARATION
       
    30 
       
    31 /**
       
    32 *  This interface provides functions to handle changes in the central
       
    33 *  repository.
       
    34 */
       
    35 class MLmkCentralRepositoryObserver
       
    36     {
       
    37     public: // New functions
       
    38 
       
    39         /**
       
    40          * Callback function,called when, there is any change in the
       
    41          * central repository
       
    42          * @return None
       
    43          */
       
    44         virtual void HandleCentralRepositoryChangeL() = 0;
       
    45     };
       
    46 
       
    47 #endif      // __MLMKCENTRALREPOSITORYOBSERVER__H
       
    48 
       
    49 // End of File