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, 26 insertions, 0 deletions
diff --git a/cppe/test/IceE/thread/StartTest.h b/cppe/test/IceE/thread/StartTest.h
new file mode 100644
index 00000000000..6b8d3a10198
--- /dev/null
+++ b/cppe/test/IceE/thread/StartTest.h
@@ -0,0 +1,26 @@
+// **********************************************************************
+//
+// Copyright (c) 2003-2005 ZeroC, Inc. All rights reserved.
+//
+// This copy of Ice is licensed to you under the terms described in the
+// ICE_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