summaryrefslogtreecommitdiff
path: root/cpp/include/IceUtil/Thread.h
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2006-06-06 16:11:31 +0000
committerDwayne Boone <dwayne@zeroc.com>2006-06-06 16:11:31 +0000
commit84e5d9559a2dce3fda8bdc5efbbf055e97e26938 (patch)
tree6bbb04e167c59c31ce69c6b47c75f6c04b85333e /cpp/include/IceUtil/Thread.h
parentMake ThreadControl(p_thread) constructor explicit (diff)
downloadice-84e5d9559a2dce3fda8bdc5efbbf055e97e26938.tar.bz2
ice-84e5d9559a2dce3fda8bdc5efbbf055e97e26938.tar.xz
ice-84e5d9559a2dce3fda8bdc5efbbf055e97e26938.zip
Made ThreadControl(p_thread) constructor explicit
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 7c9ffd16fdf..a99032b154b 100644
--- a/cpp/include/IceUtil/Thread.h
+++ b/cpp/include/IceUtil/Thread.h
@@ -32,7 +32,7 @@ public:
#ifdef _WIN32
ThreadControl(HANDLE, DWORD);
#else
- ThreadControl(pthread_t);
+ explicit ThreadControl(pthread_t);
#endif
//