summaryrefslogtreecommitdiff
path: root/cpp/include/Ice/Proxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Ice/Proxy.h')
-rw-r--r--cpp/include/Ice/Proxy.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/include/Ice/Proxy.h b/cpp/include/Ice/Proxy.h
index 697f2f15a45..24e79aac8e1 100644
--- a/cpp/include/Ice/Proxy.h
+++ b/cpp/include/Ice/Proxy.h
@@ -11,11 +11,11 @@
#ifndef ICE_PROXY_H
#define ICE_PROXY_H
+#include <IceUtil/Shared.h>
#include <Ice/ProxyF.h>
#include <Ice/ProxyFactoryF.h>
#include <Ice/EmitterF.h>
#include <Ice/ReferenceF.h>
-#include <Ice/Shared.h>
namespace Ice
{
@@ -44,7 +44,7 @@ protected:
namespace IceProxy { namespace Ice
{
-class ICE_API Object : public ::Ice::Shared, JTCMutex
+class ICE_API Object : public ::IceUtil::Shared, JTCMutex
{
public:
@@ -97,7 +97,7 @@ private:
namespace IceDelegate { namespace Ice
{
-class ICE_API Object : public ::Ice::Shared
+class ICE_API Object : public ::IceUtil::Shared
{
public: