diff options
author | Marc Laukien <marc@zeroc.com> | 2001-09-08 21:24:27 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2001-09-08 21:24:27 +0000 |
commit | 97263f4104865fb83866147053f5433c0860a1c8 (patch) | |
tree | 32f947b66f501d0e0532895e537aeef731723b04 /cpp/src/Ice/Reference.h | |
parent | fixes for windows (diff) | |
download | ice-97263f4104865fb83866147053f5433c0860a1c8.tar.bz2 ice-97263f4104865fb83866147053f5433c0860a1c8.tar.xz ice-97263f4104865fb83866147053f5433c0860a1c8.zip |
more fixes
Diffstat (limited to 'cpp/src/Ice/Reference.h')
-rw-r--r-- | cpp/src/Ice/Reference.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/Reference.h b/cpp/src/Ice/Reference.h index f5330ff68e5..4433810c596 100644 --- a/cpp/src/Ice/Reference.h +++ b/cpp/src/Ice/Reference.h @@ -11,17 +11,17 @@ #ifndef ICE_REFERENCE_H #define ICE_REFERENCE_H +#include <IceUtil/Shared.h> #include <Ice/ReferenceF.h> #include <Ice/EndpointF.h> #include <Ice/InstanceF.h> -#include <Ice/Shared.h> namespace IceInternal { class Stream; -class Reference : public ::Ice::Shared +class Reference : public ::IceUtil::Shared { public: |