tcpiputils/dnd/Test/te_dnssuffix/inc/te_dnssuffixtestblock.h
branchRCL_3
changeset 21 abbed5a4b42a
parent 20 7e41d162e158
child 22 8d540f55e491
--- a/tcpiputils/dnd/Test/te_dnssuffix/inc/te_dnssuffixtestblock.h	Thu Aug 19 11:25:30 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,45 +0,0 @@
-// Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
-// All rights reserved.
-// This component and the accompanying materials are made available
-// under the terms of "Eclipse Public License v1.0"
-// which accompanies this distribution, and is available
-// at the URL "http://www.eclipse.org/legal/epl-v10.html".
-//
-// Initial Contributors:
-// Nokia Corporation - initial contribution.
-//
-// Contributors:
-//
-// Description:
-//
-
-
-
-/**
- @file
- @internalTechnology
-*/
-
-#ifndef __TE_DNSSUFFIXTESTBLOCK_H__
-#define __TE_DNSSUFFIXTESTBLOCK_H__
-
-#include <test/testblockcontroller.h>
-#include "te_dnssuffixtestblock.h"
-
-/**
-Wrapper name
-*/
-_LIT(KDNSSuffixTestWrapper, "DNSSuffixTestWrapper");
-
-/**
-Class implements the TEF3.0 specific test block controller.
-*/
-class CVirtualTunnelTestBlock : public CTestBlockController
-	{
-public:
-    CVirtualTunnelTestBlock() : CTestBlockController() {}
-	~CVirtualTunnelTestBlock() {}
-	CDataWrapper* CreateDataL(const TDesC& aData);
-	};
-	
-#endif //__TE_DNSSUFFIXTESTBLOCK_H__