diff options
author | Marc Laukien <marc@zeroc.com> | 2001-10-09 19:17:53 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-10-09 19:17:53 +0000 |
commit | a5d1bac26377d62c8432a3434476da5e44fd2417 (patch) | |
tree | 5f40795193580b82a8a610af30587b07998247b6 /cpp/src/Ice/ThreadPool.h | |
parent | IntStream (diff) | |
download | ice-a5d1bac26377d62c8432a3434476da5e44fd2417.tar.bz2 ice-a5d1bac26377d62c8432a3434476da5e44fd2417.tar.xz ice-a5d1bac26377d62c8432a3434476da5e44fd2417.zip |
BasicStream; Stream.ice
Diffstat (limited to 'cpp/src/Ice/ThreadPool.h')
-rw-r--r-- | cpp/src/Ice/ThreadPool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ThreadPool.h b/cpp/src/Ice/ThreadPool.h index 5452da0e14a..40023194af6 100644 --- a/cpp/src/Ice/ThreadPool.h +++ b/cpp/src/Ice/ThreadPool.h @@ -20,7 +20,7 @@ namespace IceInternal { -class IntStream; +class BasicStream; class ThreadPool : public ::IceUtil::Shared, public JTCMonitorT<JTCMutex> { |