wlanapitest/wlanhaitest/wlan/inc/T_WlanDriverServer.h
branchGCC_SURGE
changeset 37 1ff9bf2737cf
parent 29 d1f0fe5eccbe
parent 36 1c425781161e
equal deleted inserted replaced
29:d1f0fe5eccbe 37:1ff9bf2737cf
     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 
       
    20 #ifndef T_WLAN_DRIVER_SERVER_H
       
    21 #define T_WLAN_DRIVER_SERVER_H
       
    22 
       
    23 //Epoc includes
       
    24 #include <testserver2.h>
       
    25 
       
    26 /**
       
    27  * This wrapper class extends the test server and creates test server for Wlan driver
       
    28  */
       
    29 class CT_WlanDriverServer : public CTestServer2
       
    30 	{
       
    31 private:
       
    32 	class CT_WlanDriverBlock : public CTestBlockController
       
    33 		{
       
    34 	public:
       
    35 		inline CT_WlanDriverBlock();
       
    36 		inline ~CT_WlanDriverBlock();
       
    37 
       
    38 		CDataWrapper* CreateDataL( const TDesC& aData );
       
    39 		};
       
    40 
       
    41 public:
       
    42 	static CT_WlanDriverServer* NewL();
       
    43 	inline CTestBlockController* CreateTestBlock();
       
    44 	};
       
    45 
       
    46 #include "t_wlandriverserver.inl"
       
    47 
       
    48 #endif // T_WLAN_DRIVER_SERVER_H