sysstatemgmt/tsrc/public/basic/mt_rstartersession/MT_RStarterSession_DllMain.cpp
branchRCL_3
changeset 21 ccb4f6b3db21
parent 0 4e1aa6a622a0
child 22 8cb079868133
equal deleted inserted replaced
20:1ddbe54d0645 21:ccb4f6b3db21
     1 /*
     1 /*
     2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2006-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".
    18 
    18 
    19 //  CLASS HEADER
    19 //  CLASS HEADER
    20 #include "MT_RStarterSession.h"
    20 #include "MT_RStarterSession.h"
    21 
    21 
    22 //  EXTERNAL INCLUDES
    22 //  EXTERNAL INCLUDES
    23 #include <CEUnitTestSuite.h>
    23 #include <digia/eunit/CEUnitTestSuite.h>
    24 
    24 
    25 EXPORT_C MEUnitTest* CreateTestSuiteL()
    25 EXPORT_C MEUnitTest* CreateTestSuiteL()
    26     {
    26     {
    27     return MT_RStarterSession::NewL();
    27     return MT_RStarterSession::NewL();
    28     }
    28     }