diff options
author | Benoit Foucher <benoit@zeroc.com> | 2003-03-10 14:36:20 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2003-03-10 14:36:20 +0000 |
commit | a5e67d8368a43d621a7a829182da65d3b19aa7bf (patch) | |
tree | 4817deece673f7c84ab21ce191498f5e5f29303e /cpp/src/IceUtil/Thread.cpp | |
parent | Documented scope change of IceUtil::ThreadId and new id() member function (diff) | |
download | ice-a5e67d8368a43d621a7a829182da65d3b19aa7bf.tar.bz2 ice-a5e67d8368a43d621a7a829182da65d3b19aa7bf.tar.xz ice-a5e67d8368a43d621a7a829182da65d3b19aa7bf.zip |
Fix (removed a IceUtil::Thread::ThreadId that prevented Win32 to compile)
Diffstat (limited to 'cpp/src/IceUtil/Thread.cpp')
-rw-r--r-- | cpp/src/IceUtil/Thread.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceUtil/Thread.cpp b/cpp/src/IceUtil/Thread.cpp index ad7782a49f4..ce207df470e 100644 --- a/cpp/src/IceUtil/Thread.cpp +++ b/cpp/src/IceUtil/Thread.cpp @@ -131,7 +131,7 @@ IceUtil::Thread::~Thread() { } -IceUtil::Thread::ThreadId +IceUtil::ThreadId IceUtil::Thread::id() const { IceUtil::Mutex::Lock lock(_stateMutex); |