summaryrefslogtreecommitdiff
path: root/cppe/test/IceE/thread/CreateTest.h
diff options
context:
space:
mode:
Diffstat (limited to 'cppe/test/IceE/thread/CreateTest.h')
-rw-r--r--cppe/test/IceE/thread/CreateTest.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/cppe/test/IceE/thread/CreateTest.h b/cppe/test/IceE/thread/CreateTest.h
new file mode 100644
index 00000000000..d43cd037cbf
--- /dev/null
+++ b/cppe/test/IceE/thread/CreateTest.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 CREATE_TEST_H
+#define CREATE_TEST_H
+
+#include <TestBase.h>
+
+class CreateTest : public TestBase
+{
+public:
+
+ CreateTest();
+
+private:
+
+ virtual void run();
+};
+
+#endif