summaryrefslogtreecommitdiff
path: root/cpp/include/IceUtil/Thread.h
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2002-12-03 00:31:29 +0000
committerMichi Henning <michi@zeroc.com>2002-12-03 00:31:29 +0000
commit106795276fef33e0179a9d480ad38c0610b472f0 (patch)
tree12ad2e94b5167b84085cce1909fd87f963449502 /cpp/include/IceUtil/Thread.h
parentAdded explicit test for double detach -- pthread_detach() doesn't always (diff)
downloadice-106795276fef33e0179a9d480ad38c0610b472f0.tar.bz2
ice-106795276fef33e0179a9d480ad38c0610b472f0.tar.xz
ice-106795276fef33e0179a9d480ad38c0610b472f0.zip
Made getThreadControl() a const method.
Diffstat (limited to 'cpp/include/IceUtil/Thread.h')
-rw-r--r--cpp/include/IceUtil/Thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/IceUtil/Thread.h b/cpp/include/IceUtil/Thread.h
index a99ee76003c..622e44e6b82 100644
--- a/cpp/include/IceUtil/Thread.h
+++ b/cpp/include/IceUtil/Thread.h
@@ -116,7 +116,7 @@ public:
ThreadControl start();
- ThreadControl getThreadControl();
+ ThreadControl getThreadControl() const;
bool operator==(const Thread&) const;
bool operator!=(const Thread&) const;