bthci/bthci2/CommandsEvents/generator/hcitestserverheader.tmpl
author hgs
Mon, 12 Jul 2010 07:06:31 +0300
changeset 34 9d84592f5036
parent 33 4e80e1b997a8
permissions -rw-r--r--
201027

// Copyright (c) 2006-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"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
// $FILENAME.h
// This file was generated automatically from the template hcitestserverheader.tmpl
// on $GENERATE_TIME_STAMP
// Definition of test server $CLASSNAME.
// 
//

/**
 @file 
 @internalComponent
*/

#ifndef __${HEADERGUARD}_H
#define __${HEADERGUARD}_H

#include <test\testexecuteserverbase.h>

class $CLASSNAME : public CTestServer
	{
public:
	static $CLASSNAME* NewL();
	~$CLASSNAME();

private: // from CTestServer
	CTestStep* CreateTestStep(const TDesC& aStepName);
	
private:	
	$CLASSNAME();	
	};

#endif // __${HEADERGUARD}_H