summaryrefslogtreecommitdiff
path: root/cpp/include/IceUtil/Thread.h
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2006-05-25 14:53:18 +0000
committerDwayne Boone <dwayne@zeroc.com>2006-05-25 14:53:18 +0000
commit2a1b2efc2b558cd4a3e2a14af111df91b5cd3619 (patch)
treef398d9caf75711882a7c7c5cc264a19ebc7966d4 /cpp/include/IceUtil/Thread.h
parentAdded IceGid allocate demo (diff)
downloadice-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.h1
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
};