diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-05-25 14:53:18 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-05-25 14:53:18 +0000 |
commit | 2a1b2efc2b558cd4a3e2a14af111df91b5cd3619 (patch) | |
tree | f398d9caf75711882a7c7c5cc264a19ebc7966d4 /cpp/include/IceUtil/Thread.h | |
parent | Added IceGid allocate demo (diff) | |
download | ice-2a1b2efc2b558cd4a3e2a14af111df91b5cd3619.tar.bz2 ice-2a1b2efc2b558cd4a3e2a14af111df91b5cd3619.tar.xz ice-2a1b2efc2b558cd4a3e2a14af111df91b5cd3619.zip |
*** empty log message ***
Diffstat (limited to 'cpp/include/IceUtil/Thread.h')
-rw-r--r-- | cpp/include/IceUtil/Thread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/include/IceUtil/Thread.h b/cpp/include/IceUtil/Thread.h index f2b14936158..7c9ffd16fdf 100644 --- a/cpp/include/IceUtil/Thread.h +++ b/cpp/include/IceUtil/Thread.h @@ -139,6 +139,7 @@ protected: pthread_t _thread; #endif +private: Thread(const Thread&); // Copying is forbidden void operator=(const Thread&); // Assignment is forbidden }; |