mmshplugins/mmshaiwplugin/tsrc/ut_aiwplugin/inc/musaiwproviderstubs.h
changeset 22 496ad160a278
parent 0 f0cf47e981f9
equal deleted inserted replaced
15:ccd8e69b5392 22:496ad160a278
       
     1 /*
       
     2 * Copyright (c) 2005-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:  
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef MUSAIWPROVIDERSTUBS_H
       
    20 #define MUSAIWPROVIDERSTUBS_H
       
    21 
       
    22 
       
    23 #include <e32base.h>
       
    24 
       
    25 class MusAiwResourceFinderStub
       
    26     {
       
    27 public:
       
    28     /**
       
    29      * Returns the file name of resource file from ROM.
       
    30      *
       
    31      * @return The resource filename, if in ROM.
       
    32      */
       
    33     static const TDesC& ResourceFilenameRom();
       
    34     
       
    35     /**
       
    36      * Returns the file name of resource file from writable media.
       
    37      *
       
    38      * @return The resource filename, if in writable media.
       
    39      */
       
    40     static const TDesC& ResourceFilenameRam();
       
    41     };
       
    42     
       
    43 
       
    44 
       
    45 #endif // MUSAIWRESOURCEFINDER_H