phonesrv_plat/call_information_api/tsrc/src/MT_CallInformation_DllMain.cpp
branchRCL_3
changeset 20 987c9837762f
parent 19 7d48bed6ce0c
equal deleted inserted replaced
19:7d48bed6ce0c 20:987c9837762f
    14 * Description:
    14 * Description:
    15 *
    15 *
    16 */
    16 */
    17 
    17 
    18 #include "MT_CallInformation.h"
    18 #include "MT_CallInformation.h"
    19 #include <ceunittestsuite.h>
    19 #include <CEUnitTestSuite.h>
    20 
    20 
    21 EXPORT_C MEUnitTest* CreateTestSuiteL()
    21 EXPORT_C MEUnitTest* CreateTestSuiteL()
    22     {
    22     {
    23     return MT_CallInformation::NewL();
    23     return MT_CallInformation::NewL();
    24     }
    24     }