os/ossrv/lowlevellibsandfws/pluginfw/TestExecute/EComPerfTest/src/EComPerfTestDllOne.h
Update contrib.
1 // Copyright (c) 2006-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 // The definition for a plugin used for resolver perfromance tests
18 #include "ImplementationProxy.h"
19 #include "TestUtilities.h" // For __FILE__LINE__
21 // ____________________________________________________________________________
23 class CImplementationClassExampleOne // codescanner::missingcclass
26 static CImplementationClassExampleOne* NewL(TAny* aInitParams);
28 virtual ~CImplementationClassExampleOne();
31 CImplementationClassExampleOne();
32 void ConstructL(TAny* aInitParams);
35 }; // End of CImplementationClassExampleOne definition