uiaccelerator_plat/alf_extended_visual_api/tsrc/src/UT_CAlfLCTTextVisualDllMain.cpp
branchRCL_3
changeset 19 e5af45d51884
parent 18 1801340c26a2
child 20 31fccae4f8a7
equal deleted inserted replaced
18:1801340c26a2 19:e5af45d51884
     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: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 //  CLASS HEADER
       
    20 #include "UT_CAlfLCTTextVisual.h"
       
    21 
       
    22 //  EXTERNAL INCLUDES
       
    23 #include <CEUnitTestSuite.h>
       
    24 
       
    25 /**
       
    26  * Test suite factory function.
       
    27  */
       
    28 EXPORT_C MEUnitTest* CreateTestSuiteL()
       
    29     {
       
    30     return UT_CAlfLCTTextVisual::NewL();
       
    31     }
       
    32 
       
    33 #ifndef __SECURE_API__
       
    34 /**
       
    35  * Standard Symbian DLL entry point function.
       
    36  */
       
    37 GLDEF_C TInt E32Dll(TDllReason)
       
    38     {
       
    39     return KErrNone;
       
    40     }
       
    41 #endif
       
    42 
       
    43 //  END OF FILE
       
    44 
       
    45 
       
    46 
       
    47 
       
    48 
       
    49