vmbx/vmbxengine/inc/mvmbxresourceprovider.h
changeset 12 ae8abd0db65c
child 19 e44a8c097b15
equal deleted inserted replaced
0:ff3b6d0fd310 12:ae8abd0db65c
       
     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:  Notifies when ALS line is changed
       
    15 *  Interface   : Internal, MResourceProvider
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef M_VMBXRESOURCEPROVIDER_H
       
    21 #define M_VMBXRESOURCEPROVIDER_H
       
    22 
       
    23 // INCLUDES
       
    24 #include "mvmbxuiutilities.h"
       
    25 #include "mvmbxcenrephandler.h"
       
    26 
       
    27 // CLASS DECLARATION
       
    28 
       
    29 /**
       
    30  *  Resource provider
       
    31  *
       
    32  *  @since S60 v5.2
       
    33  *  @lib vmbxengine.lib
       
    34  *
       
    35  */
       
    36 NONSHARABLE_CLASS ( MVmbxResourceProvider )
       
    37     {
       
    38 public:
       
    39 
       
    40    /**
       
    41     * Gets handler of MVmbxUiUtilities
       
    42     * 
       
    43     * @since S60 v5.2
       
    44     * @return handler of MVmbxUiUtilities
       
    45     **/
       
    46     virtual MVmbxUiUtilities& VmbxUiUtilities() = 0;
       
    47 
       
    48    /**
       
    49     * Gets handler of MVmbxCenrepHandler
       
    50     * 
       
    51     * @since S60 v5.2
       
    52     * @return handler of MVmbxCenrepHandler
       
    53     **/
       
    54     virtual MVmbxCenrepHandler& VmbxCenRepHandler() = 0;
       
    55 
       
    56     };
       
    57 
       
    58 #endif // M_VMBXRESOURCEPROVIDER_H