photosgallery/slideshow/engine/tsrc/t_cshwsettingsmodel/t_cshwsettingsmodelDllMain.cpp
branchRCL_3
changeset 75 01504893d9cb
parent 0 4e91876724a2
equal deleted inserted replaced
68:5b238bc8ffb6 75:01504893d9cb
       
     1 /*
       
     2 * Copyright (c) 2004 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:   Test for settings model for the slideshow
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 //  CLASS HEADER
       
    22 #include "T_CShwSettingsModel.h"
       
    23 
       
    24 //  EXTERNAL INCLUDES
       
    25 #include <digia/eunit/CEUnitTestSuite.h>
       
    26 
       
    27 /**
       
    28  * Test suite factory function.
       
    29  */
       
    30 EXPORT_C MEUnitTest* CreateTestSuiteL()
       
    31     {
       
    32     return T_CShwSettingsModel::NewL();
       
    33     }
       
    34 
       
    35 //  END OF FILE
       
    36 
       
    37 
       
    38 
       
    39 
       
    40 
       
    41