os/ossrv/syslibsapitest/syslibssvs/ecom/inc/T_ECOMServer.h
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/ossrv/syslibsapitest/syslibssvs/ecom/inc/T_ECOMServer.h	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,55 @@
     1.4 +/*
     1.5 +* Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +* All rights reserved.
     1.7 +* This component and the accompanying materials are made available
     1.8 +* under the terms of "Eclipse Public License v1.0"
     1.9 +* which accompanies this distribution, and is available
    1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +*
    1.12 +* Initial Contributors:
    1.13 +* Nokia Corporation - initial contribution.
    1.14 +*
    1.15 +* Contributors:
    1.16 +*
    1.17 +* Description: 
    1.18 +*
    1.19 +*/
    1.20 +
    1.21 +
    1.22 +
    1.23 +#if (!defined __T_ECOM_API_SERVER_H__)
    1.24 +#define __T_ECOM_ADDR_API_SERVER_H__
    1.25 +
    1.26 +//	EPOC Includes
    1.27 +#include <test/testblockcontroller.h>
    1.28 +#include <test/testserver2.h>
    1.29 +
    1.30 +//	Test Includes
    1.31 +#include "T_EComResolverParamsData.h"
    1.32 +#include "T_ImplementationInformationData.h"
    1.33 +#include "T_EComSessionData.h"
    1.34 +
    1.35 +class CT_ECOMServer : public CTestServer2
    1.36 +	{
    1.37 +private:
    1.38 +	class CT_ECOMBlock : public CTestBlockController
    1.39 +		{
    1.40 +	public:
    1.41 +		inline CT_ECOMBlock();
    1.42 +		inline ~CT_ECOMBlock();
    1.43 +
    1.44 +		inline CDataWrapper* CreateDataL( const TDesC& aData );
    1.45 +		};
    1.46 +
    1.47 +public:
    1.48 +	inline CT_ECOMServer();
    1.49 +	inline ~CT_ECOMServer();
    1.50 +
    1.51 +	static CT_ECOMServer* NewL();
    1.52 +
    1.53 +	inline CTestBlockController*	CreateTestBlock();
    1.54 +	};
    1.55 +
    1.56 +#include "T_EComServer.inl"
    1.57 +
    1.58 +#endif /* __T_ECOM_API_SERVER_H__ */