devicesrvapitest/hwrmhaitest/hwrm/inc/T_HwrmServer.h
changeset 0 4e1aa6a622a0
child 52 d6b9e89d80a3
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 /*
       
     2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef T_HWRM_SERVER_H
       
    20 #define T_HWRM_SERVER_H
       
    21 
       
    22 //EPOC Includes
       
    23 #include <testserver2.h>
       
    24 
       
    25 /**
       
    26  * This wrapper class extends the test server and creates test server for Accessories
       
    27  */
       
    28 class CT_HWRMServer : public CTestServer2
       
    29 	{
       
    30 private:
       
    31 	class CT_HWRMBlock : public CTestBlockController
       
    32 		{
       
    33 	public:
       
    34 		inline CT_HWRMBlock();
       
    35 		inline ~CT_HWRMBlock();
       
    36 
       
    37 		CDataWrapper* CreateDataL( const TDesC& aData );
       
    38 		};
       
    39 
       
    40 public:
       
    41 	//inline ~CT_HWRMServer();
       
    42 
       
    43 	static CT_HWRMServer* NewL();
       
    44 
       
    45 	inline CTestBlockController* CreateTestBlock();
       
    46 
       
    47 protected:
       
    48 	//inline CT_HWRMServer();
       
    49 	};
       
    50 
       
    51 #include "t_hwrmserver.inl"
       
    52 
       
    53 #endif // T_HWRM_SERVER_H