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/include/Ice/LocalObject.h | |
parent | fixes for windows (diff) | |
download | ice-97263f4104865fb83866147053f5433c0860a1c8.tar.bz2 ice-97263f4104865fb83866147053f5433c0860a1c8.tar.xz ice-97263f4104865fb83866147053f5433c0860a1c8.zip |
more fixes
Diffstat (limited to 'cpp/include/Ice/LocalObject.h')
-rw-r--r-- | cpp/include/Ice/LocalObject.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/include/Ice/LocalObject.h b/cpp/include/Ice/LocalObject.h index b7d1779a2c0..81b0c73ca1b 100644 --- a/cpp/include/Ice/LocalObject.h +++ b/cpp/include/Ice/LocalObject.h @@ -11,9 +11,9 @@ #ifndef ICE_LOCAL_OBJECT_H #define ICE_LOCAL_OBJECT_H +#include <IceUtil/Shared.h> #include <Ice/LocalObjectF.h> #include <Ice/ProxyF.h> // TODO... -#include <Ice/Shared.h> namespace IceInternal { @@ -41,7 +41,7 @@ protected: LocalObjectPtr _ptr; }; -class ICE_API LocalObject : public ::Ice::Shared +class ICE_API LocalObject : public ::IceUtil::Shared { public: |