mmserv/radioutility/presetutility/src/old_api/radiofmpresetcentralrepositoryhandler.h
changeset 14 80975da52420
equal deleted inserted replaced
12:5a06f39ad45b 14:80975da52420
       
     1 /*
       
     2 * Copyright (c) 2009 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:  Defines APIs to communicate with Central Repository
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef RADIOFMPRESETCENTRALREPOSITORYHANDLER_H
       
    20 #define RADIOFMPRESETCENTRALREPOSITORYHANDLER_H
       
    21 
       
    22 //  INCLUDES
       
    23 #include <e32base.h>
       
    24 
       
    25 // CLASS DECLARATION
       
    26 
       
    27 /**
       
    28 *  it is a wrapper of Central Repository, responsible for the operations that need to access 
       
    29 *  the central respositorhy.
       
    30 *
       
    31 *  @lib FmPresetUtility.lib
       
    32 *  @since Series 60 3.0_version
       
    33 */
       
    34 class CCentralRepositoryHandler : public CBase
       
    35     {
       
    36     public:
       
    37       	/**
       
    38       	* Two-phased class constructor.
       
    39       	*/
       
    40         static CCentralRepositoryHandler* NewL();
       
    41       	/**
       
    42       	* Destructor of CCentralRepositoryHandler class.
       
    43       	*/
       
    44         virtual ~CCentralRepositoryHandler();
       
    45               
       
    46     private:
       
    47       	/**
       
    48       	* Default class constructor.
       
    49       	*/
       
    50         CCentralRepositoryHandler();
       
    51     };
       
    52 
       
    53 #endif  // RADIOFMPRESETCENTRALREPOSITORYHANDLER_H
       
    54 
       
    55 // end of file