diff options
author | Matthew Newhook <matthew@zeroc.com> | 2005-09-19 07:23:38 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2005-09-19 07:23:38 +0000 |
commit | b93783c5787ebf9bc9ef3d6579d389bcc7af9398 (patch) | |
tree | 913efa3db1c22775c54f174d52db42a34913d057 /cppe/src/IceE/OutgoingConnectionFactory.h | |
parent | http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=459 (diff) | |
download | ice-b93783c5787ebf9bc9ef3d6579d389bcc7af9398.tar.bz2 ice-b93783c5787ebf9bc9ef3d6579d389bcc7af9398.tar.xz ice-b93783c5787ebf9bc9ef3d6579d389bcc7af9398.zip |
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=435. added
removeRouter().
Diffstat (limited to 'cppe/src/IceE/OutgoingConnectionFactory.h')
-rwxr-xr-x | cppe/src/IceE/OutgoingConnectionFactory.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cppe/src/IceE/OutgoingConnectionFactory.h b/cppe/src/IceE/OutgoingConnectionFactory.h index b4851d65a48..c14c9ecdb2e 100755 --- a/cppe/src/IceE/OutgoingConnectionFactory.h +++ b/cppe/src/IceE/OutgoingConnectionFactory.h @@ -16,7 +16,7 @@ #include <IceE/ObjectAdapterF.h> #include <IceE/EndpointF.h> #ifdef ICEE_HAS_ROUTER -# include <IceE/RouterF.h> +# include <IceE/RouterInfoF.h> #endif
#include <IceE/Shared.h> #include <IceE/Mutex.h> @@ -36,7 +36,7 @@ public: Ice::ConnectionPtr create(const std::vector<EndpointPtr>&); #ifdef ICEE_HAS_ROUTER - void setRouter(const ::Ice::RouterPrx&); + void setRouterInfo(const RouterInfoPtr&); #endif void removeAdapter(const ::Ice::ObjectAdapterPtr&); #ifdef ICEE_HAS_BATCH |