summaryrefslogtreecommitdiff
path: root/cpp/test/IceUtil/thread/CreateTest.h
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2001-12-27 18:38:22 +0000
committerMatthew Newhook <matthew@zeroc.com>2001-12-27 18:38:22 +0000
commitca2b7f71b4133faf486a677b3744904c0f759471 (patch)
tree2ea5e06f611c338f8160a0c3bd36d069118926fe /cpp/test/IceUtil/thread/CreateTest.h
parentfile run.py was initially added on branch IceThread. (diff)
downloadice-ca2b7f71b4133faf486a677b3744904c0f759471.tar.bz2
ice-ca2b7f71b4133faf486a677b3744904c0f759471.tar.xz
ice-ca2b7f71b4133faf486a677b3744904c0f759471.zip
IceThread merge.
Diffstat (limited to 'cpp/test/IceUtil/thread/CreateTest.h')
-rw-r--r--cpp/test/IceUtil/thread/CreateTest.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/cpp/test/IceUtil/thread/CreateTest.h b/cpp/test/IceUtil/thread/CreateTest.h
new file mode 100644
index 00000000000..48fb2ff64a0
--- /dev/null
+++ b/cpp/test/IceUtil/thread/CreateTest.h
@@ -0,0 +1,27 @@
+// **********************************************************************
+//
+// Copyright (c) 2001
+// MutableRealms, Inc.
+// Huntsville, AL, USA
+//
+// All Rights Reserved
+//
+// **********************************************************************
+
+#ifndef CREATE_TEST_H
+#define CREATE_TEST_H
+
+#include <TestBase.h>
+
+class CreateTest : public TestBase
+{
+public:
+
+ CreateTest();
+
+private:
+
+ virtual void run();
+};
+
+#endif