testexecfw/symbianunittestfw/sutfw/sutfwcore/sutfwoutput/inc/symbianunittestfileoutputwriter.h
changeset 1 bbd31066657e
parent 0 3e07fef1e154
equal deleted inserted replaced
0:3e07fef1e154 1:bbd31066657e
    38     public: // New functions
    38     public: // New functions
    39         
    39         
    40         void WriteDateAndTimeL();
    40         void WriteDateAndTimeL();
    41         void WriteL( const TDesC8& aValue );
    41         void WriteL( const TDesC8& aValue );
    42         void WriteL( const TDesC8& aFormat, TInt aValue );
    42         void WriteL( const TDesC8& aFormat, TInt aValue );
       
    43         void WriteL( const TDesC& aValue);
    43     
    44     
    44     private: // Constructors
    45     private: // Constructors
    45     
    46     
    46         CSymbianUnitTestFileOutputWriter();
    47         CSymbianUnitTestFileOutputWriter();
    47         void ConstructL( const TDesC& aFileName ); 
    48         void ConstructL( const TDesC& aFileName );