summaryrefslogtreecommitdiff
path: root/cpp/include/IceUtil/Thread.h
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2006-06-07 04:21:32 +0000
committerMichi Henning <michi@zeroc.com>2006-06-07 04:21:32 +0000
commitc52d151849f693c982d9923d8b2e89f634dd9196 (patch)
treeebbdb68e3a63441fe9ac8b9d1e646ab8b7688228 /cpp/include/IceUtil/Thread.h
parentBug 1036. (diff)
downloadice-c52d151849f693c982d9923d8b2e89f634dd9196.tar.bz2
ice-c52d151849f693c982d9923d8b2e89f634dd9196.tar.xz
ice-c52d151849f693c982d9923d8b2e89f634dd9196.zip
Backed out previous change--brainlock.
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 2e060bdaf12..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
- explicit ThreadControl(explicit pthread_t);
+ explicit ThreadControl(pthread_t);
#endif
//