diff options
author | Marc Laukien <marc@zeroc.com> | 2002-11-12 18:48:20 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2002-11-12 18:48:20 +0000 |
commit | 627c3d9b3439824474ad52582cfef1c88b967322 (patch) | |
tree | 916527ee3db1055ac3596882b61cdb50547fa2b8 /cpp/include/IceUtil/Thread.h | |
parent | Added id() access to IceUtil::Thread. (diff) | |
download | ice-627c3d9b3439824474ad52582cfef1c88b967322.tar.bz2 ice-627c3d9b3439824474ad52582cfef1c88b967322.tar.xz ice-627c3d9b3439824474ad52582cfef1c88b967322.zip |
commented out id stuff
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 b332d43fb4a..cbd8f88504c 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; + //pthread_t id() const; virtual void run() = 0; |