tcpiputils/dnd/Test/te_dnssuffix/inc/te_dnssuffixtestblock.h
branchRCL_3
changeset 75 c1029e558ef5
parent 67 bb2423252ea3
child 76 27c54f8619d4
equal deleted inserted replaced
67:bb2423252ea3 75:c1029e558ef5
     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_DNSSUFFIXTESTBLOCK_H__
       
    24 #define __TE_DNSSUFFIXTESTBLOCK_H__
       
    25 
       
    26 #include <test/testblockcontroller.h>
       
    27 #include "te_dnssuffixtestblock.h"
       
    28 
       
    29 /**
       
    30 Wrapper name
       
    31 */
       
    32 _LIT(KDNSSuffixTestWrapper, "DNSSuffixTestWrapper");
       
    33 
       
    34 /**
       
    35 Class implements the TEF3.0 specific test block controller.
       
    36 */
       
    37 class CVirtualTunnelTestBlock : public CTestBlockController
       
    38 	{
       
    39 public:
       
    40     CVirtualTunnelTestBlock() : CTestBlockController() {}
       
    41 	~CVirtualTunnelTestBlock() {}
       
    42 	CDataWrapper* CreateDataL(const TDesC& aData);
       
    43 	};
       
    44 	
       
    45 #endif //__TE_DNSSUFFIXTESTBLOCK_H__