camerasrv_plat/asynchronous_file_saving_queue_api/tsrc/inc/AFSQTestTop.h
changeset 15 50d5061ee01e
parent 14 34024902876b
child 17 880d946921e4
--- a/camerasrv_plat/asynchronous_file_saving_queue_api/tsrc/inc/AFSQTestTop.h	Fri Mar 19 09:33:47 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,45 +0,0 @@
-/*
-* Copyright (c) 2002-2007 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:  FSQ Test DLL
-*
-*/
-
-
-#ifndef AFSQ_TEST_TOP_H
-#define AFSQ_TEST_TOP_H
-
-#include <e32base.h>
-#include "TestFramework/test.h"
-#include "TestFramework/testCase.h"
-#include "TestFramework/testCaller.h"
-#include "TestFramework/testSuite.h"
-
-EXPORT_C  MTest* CreateTopFct();
-
-class CAFSQTestTop : public CTestSuite
-    {
-    public:
-	    CAFSQTestTop();
-        ~CAFSQTestTop();
-
-	    // A function to collect and return a suite of tests
-	    static MTest* suiteL();
-
-    protected:
-
-    private:
-
-    };
-
-#endif // AFSQ_TEST_TOP_H