summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ThreadPool.h
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-09-08 18:29:04 +0000
committerMarc Laukien <marc@zeroc.com>2001-09-08 18:29:04 +0000
commit8deff6fb42b498ba440bfd400475d287c67c5409 (patch)
tree88f513cdd0b68d6cd2e52a8db54c8ff54433b188 /cpp/src/Ice/ThreadPool.h
parentworkaround for nasty bison problem (diff)
downloadice-8deff6fb42b498ba440bfd400475d287c67c5409.tar.bz2
ice-8deff6fb42b498ba440bfd400475d287c67c5409.tar.xz
ice-8deff6fb42b498ba440bfd400475d287c67c5409.zip
functional/shared/handle changes
Diffstat (limited to 'cpp/src/Ice/ThreadPool.h')
-rw-r--r--cpp/src/Ice/ThreadPool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/ThreadPool.h b/cpp/src/Ice/ThreadPool.h
index 0c649acedbd..cee7779c223 100644
--- a/cpp/src/Ice/ThreadPool.h
+++ b/cpp/src/Ice/ThreadPool.h
@@ -22,7 +22,7 @@ namespace IceInternal
class Stream;
-class ThreadPool : public Shared, public JTCMonitorT<JTCMutex>
+class ThreadPool : public ::Ice::Shared, public JTCMonitorT<JTCMutex>
{
public: