summaryrefslogtreecommitdiff
path: root/cpp/include/IceUtil/Thread.h
diff options
context:
space:
mode:
authorMichi Henning <michi@zeroc.com>2002-11-13 01:56:52 +0000
committerMichi Henning <michi@zeroc.com>2002-11-13 01:56:52 +0000
commit9c652b4d25352decfa13d063ae386e17ec6f527b (patch)
treef7f8407ad177c7c67efd0728f1d6f8f4e411b0ab /cpp/include/IceUtil/Thread.h
parentIcePack bug fixes. (diff)
downloadice-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.h2
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;