diff -r 576874e13a2c -r 486e9e9c45a7 commsfwutils/commsbufs/mbufgobblerlayer/te_mbufgobbler/inc/te_mbufgobblertest.h --- a/commsfwutils/commsbufs/mbufgobblerlayer/te_mbufgobbler/inc/te_mbufgobblertest.h Wed Sep 15 13:33:11 2010 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,38 +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 steps -// - -/** - @file - @internalComponent -*/ - -#ifndef __MBUFGOBBLER_TEST_H__ -#define __MBUFGOBBLER_TEST_H__ - -#include -#include "te_mbufgobblerserver.h" - -class CMbufGobblerStartupTest : public CTestStep - { -public: - CMbufGobblerStartupTest(CMbufGobblerTestServer* aOwner); - ~CMbufGobblerStartupTest(); - virtual TVerdict doTestStepL(); - }; - -_LIT(KTestMbufGobblerStartupTest,"MbufGobblerStartupTest"); - -#endif // __MBUFGOBBLER_TEST_H__