summaryrefslogtreecommitdiff
path: root/cpp/test/IceUtil/thread/StartTest.h
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2002-12-02 05:40:06 +0000
committerMichi Henning <michi@zeroc.com>2002-12-02 05:40:06 +0000
commitfb880c841ddaf749317b488afabc1900f155d947 (patch)
treec2fd855df5aa12f1ff11fff7952011c1a5dbaba5 /cpp/test/IceUtil/thread/StartTest.h
parentAdded ThreadStartedException and appropriate test in Thread::start() to (diff)
downloadice-fb880c841ddaf749317b488afabc1900f155d947.tar.bz2
ice-fb880c841ddaf749317b488afabc1900f155d947.tar.xz
ice-fb880c841ddaf749317b488afabc1900f155d947.zip
Added thread start test.
Diffstat (limited to 'cpp/test/IceUtil/thread/StartTest.h')
-rw-r--r--cpp/test/IceUtil/thread/StartTest.h31
1 files changed, 31 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..ffad7dcadb2
--- /dev/null
+++ b/cpp/test/IceUtil/thread/StartTest.h
@@ -0,0 +1,31 @@
+// **********************************************************************
+//
+// Copyright (c) 2002
+// ZeroC, Inc.
+// Billerica, MA, USA
+//
+// All Rights Reserved.
+//
+// Ice is free software; you can redistribute it and/or modify it under
+// the terms of the GNU General Public License version 2 as published by
+// the Free Software Foundation.
+//
+// **********************************************************************
+
+#ifndef START_TEST_H
+#define START_TEST_H
+
+#include <TestBase.h>
+
+class StartTest : public TestBase
+{
+public:
+
+ StartTest();
+
+private:
+
+ virtual void run();
+};
+
+#endif