diff options
author | Michi Henning <michi@zeroc.com> | 2002-11-13 01:56:52 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2002-11-13 01:56:52 +0000 |
commit | 9c652b4d25352decfa13d063ae386e17ec6f527b (patch) | |
tree | f7f8407ad177c7c67efd0728f1d6f8f4e411b0ab /cpp/include/IceUtil/Thread.h | |
parent | IcePack bug fixes. (diff) | |
download | ice-9c652b4d25352decfa13d063ae386e17ec6f527b.tar.bz2 ice-9c652b4d25352decfa13d063ae386e17ec6f527b.tar.xz ice-9c652b4d25352decfa13d063ae386e17ec6f527b.zip |
Fixed botched changes for Windows.
Diffstat (limited to 'cpp/include/IceUtil/Thread.h')
-rw-r--r-- | cpp/include/IceUtil/Thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/IceUtil/Thread.h b/cpp/include/IceUtil/Thread.h index cbd8f88504c..f9d954dee95 100644 --- a/cpp/include/IceUtil/Thread.h +++ b/cpp/include/IceUtil/Thread.h @@ -98,7 +98,7 @@ public: Thread(); virtual ~Thread(); - //pthread_t id() const; + ThreadId id() const; virtual void run() = 0; |