diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-09-07 02:30:29 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-09-07 02:30:29 +0000 |
commit | 6f1ded4bb739128f167f8486aeaac273cccc88d3 (patch) | |
tree | 1e75c490cf1403aa2165a35aace9d779f26294bb /cpp/src/Ice/ReferenceFactory.h | |
parent | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=448 (diff) | |
download | ice-6f1ded4bb739128f167f8486aeaac273cccc88d3.tar.bz2 ice-6f1ded4bb739128f167f8486aeaac273cccc88d3.tar.xz ice-6f1ded4bb739128f167f8486aeaac273cccc88d3.zip |
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=448
Diffstat (limited to 'cpp/src/Ice/ReferenceFactory.h')
-rw-r--r-- | cpp/src/Ice/ReferenceFactory.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/Ice/ReferenceFactory.h b/cpp/src/Ice/ReferenceFactory.h index 5a444d2449e..9c8aed653c7 100644 --- a/cpp/src/Ice/ReferenceFactory.h +++ b/cpp/src/Ice/ReferenceFactory.h @@ -64,11 +64,12 @@ public: private: - ReferenceFactory(const InstancePtr&); + ReferenceFactory(const InstancePtr&, const ::Ice::CommunicatorPtr&); void destroy(); friend class Instance; InstancePtr _instance; + ::Ice::CommunicatorPtr _communicator; ::Ice::RouterPrx _defaultRouter; ::Ice::LocatorPrx _defaultLocator; }; |