stif/TestEngine/inc/TestReport.h
branchRCL_3
changeset 10 381827f66490
parent 0 a03f92240627
equal deleted inserted replaced
9:7e287c5c61f0 10:381827f66490
   154     public:     // Constructors and destructor
   154     public:     // Constructors and destructor
   155         
   155         
   156         /**
   156         /**
   157         * Two-phased constructor.
   157         * Two-phased constructor.
   158         */
   158         */
   159         static CTestReport* NewL( TTestReportSettings& aTestReportSettings,
   159         static CTestReport* NewL( CTestReportSettings& aTestReportSettings,
   160                                   const TTestReportMode aReportMode );
   160                                   const TTestReportMode aReportMode );
   161         
   161         
   162         /**
   162         /**
   163         * Destructor.
   163         * Destructor.
   164         */
   164         */
   197     private:
   197     private:
   198 
   198 
   199         /**
   199         /**
   200         * By default Symbian OS constructor is private.
   200         * By default Symbian OS constructor is private.
   201         */
   201         */
   202         void ConstructL(  TTestReportSettings& aTestReportSettings );
   202         void ConstructL(  CTestReportSettings& aTestReportSettings );
   203 
   203 
   204         /**
   204         /**
   205         * Default C++ constructor.
   205         * Default C++ constructor.
   206         */
   206         */
   207         CTestReport( const TTestReportMode aReportMode );
   207         CTestReport( const TTestReportMode aReportMode );