diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-09-19 05:54:42 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-09-19 05:54:42 +0000 |
commit | a11ea64ba4cc566f1928b5df36d4b8114d57e8f0 (patch) | |
tree | b33f8818a35f03fffdc46963639e4302c66b1e64 /cpp/src/Ice/ConnectionFactory.h | |
parent | minor refactoring (diff) | |
download | ice-a11ea64ba4cc566f1928b5df36d4b8114d57e8f0.tar.bz2 ice-a11ea64ba4cc566f1928b5df36d4b8114d57e8f0.tar.xz ice-a11ea64ba4cc566f1928b5df36d4b8114d57e8f0.zip |
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=435. added
removeRouter().
Diffstat (limited to 'cpp/src/Ice/ConnectionFactory.h')
-rw-r--r-- | cpp/src/Ice/ConnectionFactory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/ConnectionFactory.h b/cpp/src/Ice/ConnectionFactory.h index 22d3dc47e1e..9beccb40c31 100644 --- a/cpp/src/Ice/ConnectionFactory.h +++ b/cpp/src/Ice/ConnectionFactory.h @@ -20,7 +20,7 @@ #include <Ice/EndpointIF.h> #include <Ice/AcceptorF.h> #include <Ice/TransceiverF.h> -#include <Ice/RouterF.h> +#include <Ice/RouterInfoF.h> #include <Ice/EventHandler.h> #include <list> #include <set> @@ -45,7 +45,7 @@ public: void waitUntilFinished(); Ice::ConnectionIPtr create(const std::vector<EndpointIPtr>&, bool&); - void setRouter(const ::Ice::RouterPrx&); + void setRouterInfo(const RouterInfoPtr&); void removeAdapter(const ::Ice::ObjectAdapterPtr&); void flushBatchRequests(); |