commsfwutils/commsbufs/mbufgobblerlayer/te_mbufgobbler/inc/te_mbufgobblerserver.h
branchRCL_3
changeset 84 486e9e9c45a7
parent 76 576874e13a2c
child 85 7c25be0307fe
--- a/commsfwutils/commsbufs/mbufgobblerlayer/te_mbufgobbler/inc/te_mbufgobblerserver.h	Wed Sep 15 13:33:11 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,45 +0,0 @@
-// Copyright (c) 2010 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:
-//  Test server
-//
-
-/**
- @file
- @internalComponent
-*/
-
-#ifndef __MBUFGOBBLER_SERVER_H__
-#define __MBUFGOBBLER_SERVER_H__
-
-#include <test/testexecuteserverbase.h>
-
-enum
-	{
-	KTestWorkerStart	= 1,
-	};
-
-	
-class CMbufGobblerTestServer : public CTestServer
-    {
-public:
-    typedef CTestServer ParentClass;
-    static CMbufGobblerTestServer* NewL();
-    virtual ~CMbufGobblerTestServer();
-    virtual CTestStep* CreateTestStep(const TDesC& aStepName);
-    };
-
-	
-#endif // __MBUFGOBBLER_SERVER_H__
-
-