summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ObjectAdapterFactory.h
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-09-08 21:24:27 +0000
committerMarc Laukien <marc@zeroc.com>2001-09-08 21:24:27 +0000
commit97263f4104865fb83866147053f5433c0860a1c8 (patch)
tree32f947b66f501d0e0532895e537aeef731723b04 /cpp/src/Ice/ObjectAdapterFactory.h
parentfixes for windows (diff)
downloadice-97263f4104865fb83866147053f5433c0860a1c8.tar.bz2
ice-97263f4104865fb83866147053f5433c0860a1c8.tar.xz
ice-97263f4104865fb83866147053f5433c0860a1c8.zip
more fixes
Diffstat (limited to 'cpp/src/Ice/ObjectAdapterFactory.h')
-rw-r--r--cpp/src/Ice/ObjectAdapterFactory.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/ObjectAdapterFactory.h b/cpp/src/Ice/ObjectAdapterFactory.h
index 6507a92fc9d..51be702eebc 100644
--- a/cpp/src/Ice/ObjectAdapterFactory.h
+++ b/cpp/src/Ice/ObjectAdapterFactory.h
@@ -11,18 +11,18 @@
#ifndef ICE_OBJECT_ADAPTER_FACTORY_H
#define ICE_OBJECT_ADAPTER_FACTORY_H
+#include <IceUtil/Shared.h>
#include <Ice/ObjectAdapterFactoryF.h>
#include <Ice/InstanceF.h>
#include <Ice/ObjectAdapterF.h>
#include <Ice/ProxyF.h>
#include <Ice/ObjectF.h>
-#include <Ice/Shared.h>
#include <map>
namespace IceInternal
{
-class ObjectAdapterFactory : public ::Ice::Shared, public JTCMutex
+class ObjectAdapterFactory : public ::IceUtil::Shared, public JTCMutex
{
public: