diff options
author | Marc Laukien <marc@zeroc.com> | 2001-09-08 18:29:04 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-09-08 18:29:04 +0000 |
commit | 8deff6fb42b498ba440bfd400475d287c67c5409 (patch) | |
tree | 88f513cdd0b68d6cd2e52a8db54c8ff54433b188 /cpp/src/Ice/Instance.h | |
parent | workaround for nasty bison problem (diff) | |
download | ice-8deff6fb42b498ba440bfd400475d287c67c5409.tar.bz2 ice-8deff6fb42b498ba440bfd400475d287c67c5409.tar.xz ice-8deff6fb42b498ba440bfd400475d287c67c5409.zip |
functional/shared/handle changes
Diffstat (limited to 'cpp/src/Ice/Instance.h')
-rw-r--r-- | cpp/src/Ice/Instance.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/Instance.h b/cpp/src/Ice/Instance.h index 6548e9eb36a..841c3dc98ea 100644 --- a/cpp/src/Ice/Instance.h +++ b/cpp/src/Ice/Instance.h @@ -34,7 +34,7 @@ class CommunicatorI; namespace IceInternal { -class Instance : public Shared, public JTCMutex +class Instance : public ::Ice::Shared, public JTCMutex { public: |