vmbx/vmbxengine/inc/mvmbxresourceprovider.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".
    27 // CLASS DECLARATION
    27 // CLASS DECLARATION
    28 
    28 
    29 /**
    29 /**
    30  *  Resource provider
    30  *  Resource provider
    31  *
    31  *
    32  *  @since S60 v5.2
       
    33  *  @lib vmbxengine.lib
    32  *  @lib vmbxengine.lib
    34  *
    33  *
    35  */
    34  */
    36 NONSHARABLE_CLASS ( MVmbxResourceProvider )
    35 NONSHARABLE_CLASS ( MVmbxResourceProvider )
    37     {
    36     {
    38 public:
    37 public:
    39 
    38 
    40    /**
    39    /**
    41     * Gets handler of MVmbxUiUtilities
    40     * Gets handler of MVmbxUiUtilities
    42     * 
    41     * 
    43     * @since S60 v5.2
       
    44     * @return handler of MVmbxUiUtilities
    42     * @return handler of MVmbxUiUtilities
    45     **/
    43     **/
    46     virtual MVmbxUiUtilities& VmbxUiUtilities() = 0;
    44     virtual MVmbxUiUtilities& VmbxUiUtilities() = 0;
    47 
    45 
    48    /**
    46    /**
    49     * Gets handler of MVmbxCenrepHandler
    47     * Gets handler of MVmbxCenrepHandler
    50     * 
    48     * 
    51     * @since S60 v5.2
       
    52     * @return handler of MVmbxCenrepHandler
    49     * @return handler of MVmbxCenrepHandler
    53     **/
    50     **/
    54     virtual MVmbxCenrepHandler& VmbxCenRepHandler() = 0;
    51     virtual MVmbxCenrepHandler& VmbxCenRepHandler() = 0;
    55 
    52 
    56     };
    53     };