traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_functional/inc/te_ostv2tracetestwrapper.h
branchRCL_3
changeset 24 cc28652e0254
parent 23 26645d81f48d
equal deleted inserted replaced
23:26645d81f48d 24:cc28652e0254
     1 // Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    19  @file te_tracecontroldefaultconfig.h
    19  @file te_tracecontroldefaultconfig.h
    20  @internalTechnology
    20  @internalTechnology
    21 */
    21 */
    22 #if (!defined TE_OSTV2TRACETESTWRAPPER_H)
    22 #if (!defined TE_OSTV2TRACETESTWRAPPER_H)
    23 #define TE_OSTV2TRACETESTWRAPPER_H
    23 #define TE_OSTV2TRACETESTWRAPPER_H
    24 #include <test/datawrapper.h>
    24 #include <datawrapper.h>
    25 #include "te_ostv2integsuite_basewrapper.h"
    25 #include "te_ostv2integsuite_basewrapper.h"
    26 #include <e32base.h>
    26 #include <e32base.h>
    27 #include <e32math.h>
    27 #include <e32math.h>
    28 #include <uloggerclient.h>
    28 #include <uloggerclient.h>
    29 using namespace Ulogger; 
    29 using namespace Ulogger; 
    44 
    44 
    45 private:
    45 private:
    46 	TInt CheckResults(const TDesC& aLogFilename);
    46 	TInt CheckResults(const TDesC& aLogFilename);
    47 	void TestDuplicatesL();
    47 	void TestDuplicatesL();
    48 	void TestOstDebugOnlyWrapL();
    48 	void TestOstDebugOnlyWrapL();
    49 	void TestOstCompileTimeMacroL();
       
    50 	TInt OpenUlogger(RULogger& aLogger);
    49 	TInt OpenUlogger(RULogger& aLogger);
    51 	};
    50 	};
    52 
    51 
    53 _LIT(KOstTraceTestWrapper, "OstTraceTestWrapper");
    52 _LIT(KOstTraceTestWrapper, "OstTraceTestWrapper");
    54 
    53