linklayerprotocols/tundriver/te_tundriver/inc/te_tundrivertestserver.h
branchRCL_3
changeset 63 425d8f4f7fa5
equal deleted inserted replaced
58:8d540f55e491 63:425d8f4f7fa5
       
     1 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 
       
    17 
       
    18 /**
       
    19  @file te_tundrivertestserver.h
       
    20  @internalTechnology
       
    21 */
       
    22 
       
    23 #ifndef TE_TUNDRIVERTESTSERVER_H
       
    24 #define TE_TUNDRIVERTESTSERVER_H
       
    25 
       
    26 #include <test/testserver2.h>
       
    27 #include "te_tundrivertestblock.h"
       
    28 
       
    29 /**
       
    30 Class implements the TEF3.0 specific test server
       
    31 */
       
    32 class CTunDriverTestServer : public CTestServer2
       
    33 	{
       
    34 public:
       
    35     CTunDriverTestServer() {}
       
    36 	~CTunDriverTestServer() {}
       
    37 	CTestBlockController* CreateTestBlock();
       
    38 	CTestBlockController* CreateTestBlockL();
       
    39 	static CTunDriverTestServer* NewL();
       
    40 	};
       
    41 
       
    42 #endif // TE_TUNDRIVERTESTSERVER_H