summaryrefslogtreecommitdiff
path: root/cppe/src/IceE/Instance.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2005-09-07 05:40:22 +0000
committerMatthew Newhook <matthew@zeroc.com>2005-09-07 05:40:22 +0000
commitc943fb0d16b7c9edcfbd20199126544bc65ddf7b (patch)
tree5017a9c8a031e1999a5b985d9d9d22189cb6de8b /cppe/src/IceE/Instance.cpp
parentChanged version to 3.0.0. Fixed a few places where we could clean up (diff)
downloadice-c943fb0d16b7c9edcfbd20199126544bc65ddf7b.tar.bz2
ice-c943fb0d16b7c9edcfbd20199126544bc65ddf7b.tar.xz
ice-c943fb0d16b7c9edcfbd20199126544bc65ddf7b.zip
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=448
Diffstat (limited to 'cppe/src/IceE/Instance.cpp')
-rw-r--r--cppe/src/IceE/Instance.cpp9
1 files changed, 1 insertions, 8 deletions
diff --git a/cppe/src/IceE/Instance.cpp b/cppe/src/IceE/Instance.cpp
index 5009ed783af..8b088291025 100644
--- a/cppe/src/IceE/Instance.cpp
+++ b/cppe/src/IceE/Instance.cpp
@@ -65,12 +65,6 @@ IceInternal::Instance::destroyed() const
return _state == StateDestroyed;
}
-CommunicatorPtr
-IceInternal::Instance::communicator() const
-{
- return _communicator;
-}
-
PropertiesPtr
IceInternal::Instance::properties() const
{
@@ -294,7 +288,6 @@ IceInternal::Instance::getDefaultContext() const
}
IceInternal::Instance::Instance(const CommunicatorPtr& communicator, const PropertiesPtr& properties) :
- _communicator(communicator.get()),
_state(StateActive),
_properties(properties),
_messageSizeMax(0),
@@ -462,7 +455,7 @@ IceInternal::Instance::Instance(const CommunicatorPtr& communicator, const Prope
_locatorManager = new LocatorManager;
#endif
- _referenceFactory = new ReferenceFactory(this);
+ _referenceFactory = new ReferenceFactory(this, communicator);
_proxyFactory = new ProxyFactory(this);