testexecfw/symbianunittestfw/sutfw/sutfwcore/sutfwframework/tsrc/inc/ut_symbianunittestresult.h
changeset 1 bbd31066657e
parent 0 3e07fef1e154
equal deleted inserted replaced
0:3e07fef1e154 1:bbd31066657e
    23 
    23 
    24 // FORWARD DECLARATIONS
    24 // FORWARD DECLARATIONS
    25 class CSymbianUnitTestResult;
    25 class CSymbianUnitTestResult;
    26 
    26 
    27 // CLASS DECLARATION
    27 // CLASS DECLARATION
    28 class UT_CSymbianUnitTestResult : public CSymbianUnitTest
    28 NONSHARABLE_CLASS( UT_CSymbianUnitTestResult ) : public CSymbianUnitTest
    29     {
    29     {
    30     public: // Constructors and destructor
    30     public: // Constructors and destructor
    31     
    31     
    32         static UT_CSymbianUnitTestResult* NewL();
    32         static UT_CSymbianUnitTestResult* NewL();
    33         static UT_CSymbianUnitTestResult* NewLC();
    33         static UT_CSymbianUnitTestResult* NewLC();