summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cpp/include/IceUtil/Thread.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/cpp/include/IceUtil/Thread.h b/cpp/include/IceUtil/Thread.h
index 47d71dd9942..61ff62f6e6a 100644
--- a/cpp/include/IceUtil/Thread.h
+++ b/cpp/include/IceUtil/Thread.h
@@ -62,12 +62,6 @@ public:
//
void detach();
- //
- // Check whether a thread is still alive. This is useful to implement
- // a non-blocking join().
- //
- bool isAlive() const;
-
static void sleep(const Time&);
static void yield();
@@ -99,7 +93,8 @@ public:
bool operator<(const Thread&) const;
//
- // Is this thread still running?
+ // Check whether a thread is still alive. This is useful to implement
+ // a non-blocking join().
//
bool isAlive() const;