summaryrefslogtreecommitdiff
path: root/cpp/test/IceUtil/thread/StartTest.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceUtil/thread/StartTest.h')
-rw-r--r--cpp/test/IceUtil/thread/StartTest.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/cpp/test/IceUtil/thread/StartTest.h b/cpp/test/IceUtil/thread/StartTest.h
new file mode 100644
index 00000000000..ff366c9b90d
--- /dev/null
+++ b/cpp/test/IceUtil/thread/StartTest.h
@@ -0,0 +1,26 @@
+// **********************************************************************
+//
+// Copyright (c) 2003-2011 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