phonesrv_plat/call_information_api/tsrc/src/MT_CallInformation_DllMain.cpp
branchRCL_3
changeset 19 7d48bed6ce0c
parent 0 ff3b6d0fd310
child 20 987c9837762f
equal deleted inserted replaced
18:594d59766373 19:7d48bed6ce0c
    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     }