os/ossrv/lowlevellibsandfws/pluginfw/TestExecute/EComPerfTest/src/Te_EComClientRequestPerfTestStep.h
First public contribution.
1 // Copyright (c) 2005-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".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // Declaration for class to test the performance of ECom client calls
23 #ifndef TE_ECOMCLIENTREQUESTPERFTESTSTEP_H
24 #define TE_ECOMCLIENTREQUESTPERFTESTSTEP_H
26 #include "Te_EComPerfTestStep.h"
27 #include <ecom/ecom.h>
29 _LIT(KEComClientRequestsPerfTest, "EComClientRequestsPerfTest");
32 Class to test the performance of ECom client calls
34 class CEComClientRequestsPerfTest : public CEComPerfTestBase
37 CEComClientRequestsPerfTest();
38 ~CEComClientRequestsPerfTest();
39 TVerdict doTestStepL();
40 // doTestStepPreamble and doTestStepPostamble are implemented in CEComPerfTestBase,
41 // which performs initialization common to all ECom performance tests
43 void WaitForDllUnload();
46 #endif //TE_ECOMCLIENTREQUESTPERFTESTSTEP_H