os/ossrv/lowlevellibsandfws/pluginfw/TestExecute/EComPerfTest/src/Te_EComClientRequestPerfTestStep.h
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
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".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 // Declaration for class to test the performance of ECom client calls
    15 // 
    16 //
    17 
    18 /**
    19  @file
    20  @internalComponent
    21 */
    22  
    23 #ifndef	TE_ECOMCLIENTREQUESTPERFTESTSTEP_H
    24 #define	TE_ECOMCLIENTREQUESTPERFTESTSTEP_H
    25 
    26 #include "Te_EComPerfTestStep.h"
    27 #include <ecom/ecom.h>
    28 
    29 _LIT(KEComClientRequestsPerfTest, "EComClientRequestsPerfTest");
    30         
    31 /** 
    32  Class to test the performance of ECom client calls
    33  */
    34 class CEComClientRequestsPerfTest : public CEComPerfTestBase
    35 	{
    36 public:
    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	
    42 private:
    43 	void WaitForDllUnload();
    44 	};
    45 	
    46 #endif //TE_ECOMCLIENTREQUESTPERFTESTSTEP_H