From 01b4e64ef320955b407ca5bbcaab927eb8caa760 Mon Sep 17 00:00:00 2001 From: Michi Henning Date: Mon, 10 Mar 2003 05:37:58 +0000 Subject: Fixed a variety of race conditions in Thread.cpp. Made RWRecMutex smaller. --- cpp/include/IceUtil/ThreadException.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'cpp/include/IceUtil/ThreadException.h') diff --git a/cpp/include/IceUtil/ThreadException.h b/cpp/include/IceUtil/ThreadException.h index aaadc257f7f..a96f0da16c2 100644 --- a/cpp/include/IceUtil/ThreadException.h +++ b/cpp/include/IceUtil/ThreadException.h @@ -54,6 +54,16 @@ public: virtual Exception* ice_clone() const; virtual void ice_throw() const; }; + +class ICE_UTIL_API ThreadNotStartedException : public Exception +{ +public: + + ThreadNotStartedException(const char*, int); + virtual std::string ice_name() const; + virtual Exception* ice_clone() const; + virtual void ice_throw() const; +}; } -- cgit v1.2.3