summaryrefslogtreecommitdiff
path: root/cppe/src/IceE/ReferenceFactory.h
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/ReferenceFactory.h
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/ReferenceFactory.h')
-rw-r--r--cppe/src/IceE/ReferenceFactory.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cppe/src/IceE/ReferenceFactory.h b/cppe/src/IceE/ReferenceFactory.h
index d2c4c4482ae..f8ea02964f1 100644
--- a/cppe/src/IceE/ReferenceFactory.h
+++ b/cppe/src/IceE/ReferenceFactory.h
@@ -76,11 +76,12 @@ public:
private:
- ReferenceFactory(const InstancePtr&);
+ ReferenceFactory(const InstancePtr&, const Ice::CommunicatorPtr&);
void destroy();
friend class Instance;
InstancePtr _instance;
+ Ice::CommunicatorPtr _communicator;
#ifdef ICEE_HAS_ROUTER
::Ice::RouterPrx _defaultRouter;
#endif