testexecfw/symbianunittestfw/sutfw/sutfwcore/sutfwframework/src/symbianunittestsuite.cpp
changeset 1 bbd31066657e
parent 0 3e07fef1e154
equal deleted inserted replaced
0:3e07fef1e154 1:bbd31066657e
    46 
    46 
    47 // -----------------------------------------------------------------------------
    47 // -----------------------------------------------------------------------------
    48 //
    48 //
    49 // -----------------------------------------------------------------------------
    49 // -----------------------------------------------------------------------------
    50 //
    50 //
    51 void CSymbianUnitTestSuite::ConstructL( const TDesC& aName )
    51 EXPORT_C void CSymbianUnitTestSuite::ConstructL( const TDesC& aName )
    52     {
    52     {
    53     iName = aName.AllocL();
    53     iName = aName.AllocL();
    54     }
    54     }
    55 
    55 
    56 // -----------------------------------------------------------------------------
    56 // -----------------------------------------------------------------------------
    57 //
    57 //
    58 // -----------------------------------------------------------------------------
    58 // -----------------------------------------------------------------------------
    59 //
    59 //
    60 CSymbianUnitTestSuite::CSymbianUnitTestSuite() 
    60 EXPORT_C CSymbianUnitTestSuite::CSymbianUnitTestSuite() 
    61     {
    61     {
    62     }
    62     }
    63 
    63 
    64 // -----------------------------------------------------------------------------
    64 // -----------------------------------------------------------------------------
    65 //
    65 //