syslibsapitest/syslibssvs/ecom/inc/T_ECOMServer.h
author Shabe Razvi <shaber@symbian.org>
Thu, 02 Sep 2010 17:14:31 +0100
branchRCL_3
changeset 58 104bd6aeae10
parent 0 e4d67989cc36
permissions -rw-r--r--
Merge RCL_3 fixes with reverted delivery

/*
* Copyright (c) 2005-2009 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: 
*
*/



#if (!defined __T_ECOM_API_SERVER_H__)
#define __T_ECOM_ADDR_API_SERVER_H__

//	EPOC Includes
#include <test/testblockcontroller.h>
#include <test/testserver2.h>

//	Test Includes
#include "T_EComResolverParamsData.h"
#include "T_ImplementationInformationData.h"
#include "T_EComSessionData.h"

class CT_ECOMServer : public CTestServer2
	{
private:
	class CT_ECOMBlock : public CTestBlockController
		{
	public:
		inline CT_ECOMBlock();
		inline ~CT_ECOMBlock();

		inline CDataWrapper* CreateDataL( const TDesC& aData );
		};

public:
	inline CT_ECOMServer();
	inline ~CT_ECOMServer();

	static CT_ECOMServer* NewL();

	inline CTestBlockController*	CreateTestBlock();
	};

#include "T_EComServer.inl"

#endif /* __T_ECOM_API_SERVER_H__ */