summaryrefslogtreecommitdiff
path: root/cpp/include/IceUtil/Thread.h
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2006-04-20 06:42:48 +0000
committerMatthew Newhook <matthew@zeroc.com>2006-04-20 06:42:48 +0000
commit97087d952ff8bc47e92a12e2ddd836e2c3d31354 (patch)
treed3abe875287d973b52ff33d938301f3d4275c98b /cpp/include/IceUtil/Thread.h
parentFixed project dependencies. Added missing sessionControl tests. (diff)
downloadice-97087d952ff8bc47e92a12e2ddd836e2c3d31354.tar.bz2
ice-97087d952ff8bc47e92a12e2ddd836e2c3d31354.tar.xz
ice-97087d952ff8bc47e92a12e2ddd836e2c3d31354.zip
Use EDEADLK, not EDEADLOCK.
Diffstat (limited to 'cpp/include/IceUtil/Thread.h')
-rw-r--r--cpp/include/IceUtil/Thread.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/include/IceUtil/Thread.h b/cpp/include/IceUtil/Thread.h
index 7c9ffd16fdf..f2b14936158 100644
--- a/cpp/include/IceUtil/Thread.h
+++ b/cpp/include/IceUtil/Thread.h
@@ -139,7 +139,6 @@ protected:
pthread_t _thread;
#endif
-private:
Thread(const Thread&); // Copying is forbidden
void operator=(const Thread&); // Assignment is forbidden
};