traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_functional/inc/te_ostv2tracetestwrapper.h
changeset 0 08ec8eefde2f
child 6 5ffdb8f2067f
equal deleted inserted replaced
-1:000000000000 0:08ec8eefde2f
       
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 
       
    17 
       
    18 /**
       
    19  @file te_tracecontroldefaultconfig.h
       
    20  @internalTechnology
       
    21 */
       
    22 #if (!defined TE_OSTV2TRACETESTWRAPPER_H)
       
    23 #define TE_OSTV2TRACETESTWRAPPER_H
       
    24 #include <datawrapper.h>
       
    25 #include "te_ostv2integsuite_basewrapper.h"
       
    26 #include <e32base.h>
       
    27 #include <e32math.h>
       
    28 #include <uloggerclient.h>
       
    29 using namespace Ulogger; 
       
    30 class CTOstv2TraceTestWrapper : public CTe_MCLSuiteBaseWrapper
       
    31 	{
       
    32 public:
       
    33 	~CTOstv2TraceTestWrapper();
       
    34 	static CTOstv2TraceTestWrapper* NewL();
       
    35 	static CTOstv2TraceTestWrapper* NewLC();
       
    36 	TAny* GetObject();
       
    37 	TBool DoCommandL(	const TTEFFunction& aCommand,
       
    38 						const TTEFSectionName& aSection, 
       
    39 						const TInt aAsyncErrorIndex);
       
    40 private:
       
    41 	CTOstv2TraceTestWrapper();
       
    42 	void ConstructL();	
       
    43 	void AddTraceHelper(const TGroupId aGroupId, const TTraceId aTraceId, TUint32 aValue);
       
    44 
       
    45 private:
       
    46 	TInt CheckResults(const TDesC& aLogFilename);
       
    47 	};
       
    48 
       
    49 _LIT(KOstTraceTestWrapper, "OstTraceTestWrapper");
       
    50 
       
    51 #endif // TE_OSTV2TRACETESTWRAPPER_H