tcpiputils/dnd/Test/te_dnssuffix/inc/te_dnssuffixtestserver.h
branchRCL_3
changeset 58 8d540f55e491
parent 53 7e41d162e158
equal deleted inserted replaced
57:abbed5a4b42a 58:8d540f55e491
       
     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
       
    20  @internalTechnology
       
    21 */
       
    22 
       
    23 #ifndef __TE_DNSSUFFIXTESTSERVER_H__
       
    24 #define __TE_DNSSUFFIXTESTSERVER_H__
       
    25 
       
    26 #include <test/testserver2.h>
       
    27 #include "te_dnssuffixtestblock.h"
       
    28 
       
    29 /**
       
    30 Class implements the TEF3.0 specific test server
       
    31 */
       
    32 class CDNSSuffixTestServer : public CTestServer2
       
    33 	{
       
    34 public:
       
    35     CDNSSuffixTestServer() {}
       
    36 	~CDNSSuffixTestServer() {}
       
    37 	CTestBlockController* CreateTestBlock();
       
    38 	CTestBlockController* CreateTestBlockL();
       
    39 	static CDNSSuffixTestServer* NewL();
       
    40 	};
       
    41 
       
    42 #endif // __TE_DNSSUFFIXTESTSERVER_H__