summaryrefslogtreecommitdiff
path: root/cppe/test/IceE/thread/StartTest.h
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/test/IceE/thread/StartTest.h')
-rw-r--r--cppe/test/IceE/thread/StartTest.h26
1 files changed, 0 insertions, 26 deletions
diff --git a/cppe/test/IceE/thread/StartTest.h b/cppe/test/IceE/thread/StartTest.h
deleted file mode 100644
index 51199de5ebe..00000000000
--- a/cppe/test/IceE/thread/StartTest.h
+++ /dev/null
@@ -1,26 +0,0 @@
-// **********************************************************************
-//
-// Copyright (c) 2003-2007 ZeroC, Inc. All rights reserved.
-//
-// This copy of Ice-E is licensed to you under the terms described in the
-// ICEE_LICENSE file included in this distribution.
-//
-// **********************************************************************
-
-#ifndef START_TEST_H
-#define START_TEST_H
-
-#include <TestBase.h>
-
-class StartTest : public TestBase
-{
-public:
-
- StartTest();
-
-private:
-
- virtual void run();
-};
-
-#endif