diff -r 28839de615b4 -r 26645d81f48d traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_performance/inc/te_perf.h --- a/traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_performance/inc/te_perf.h Thu Aug 19 11:36:21 2010 +0300 +++ b/traceservices/tracefw/integ_test/ost/TEF/te_ostv2integsuite_performance/inc/te_perf.h Tue Aug 31 16:57:14 2010 +0300 @@ -1,4 +1,4 @@ -// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of "Eclipse Public License v1.0" @@ -14,14 +14,15 @@ // - /** @file te_perf.h @internalTechnology */ + #if (!defined TE_ULOGGERMCLPERFSTEP_H) #define TE_ULOGGERMCLPERFSTEP_H -#include + +#include #include "te_ostv2integsuite_basewrapper.h" #include #include @@ -53,8 +54,8 @@ private: //private run config members + }; - }; class CTCMPerformanceWrapper : public CTe_MCLSuiteBaseWrapper { @@ -69,17 +70,14 @@ private: CTCMPerformanceWrapper(); void ConstructL(); - TVerdict DoApiTests(const TTEFSectionName& aSection); - TVerdict DoPluginTests(const TInt& aPluginOnly, const TTEFSectionName& aSection); //tried TBool - didn't work for some reason + TVerdict DoApiTestsL(const TTEFSectionName& aSection); + TVerdict DoPluginTestsL(const TInt& aPluginOnly, const TTEFSectionName& aSection); //tried TBool - didn't work for some reason TVerdict DoBufferSizeTests();//to be implemented TVerdict DoBufferModeTests();//to be implemented TApiRunConfig iApiRunConfig; CPluginRunConfig* iPluginRunConfig; }; - - - _LIT(KTCMPerformanceWrapper,"TCMPerformance");