summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/ConnectionFactory.h
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2005-09-19 05:54:42 +0000
committerMatthew Newhook <matthew@zeroc.com>2005-09-19 05:54:42 +0000
commita11ea64ba4cc566f1928b5df36d4b8114d57e8f0 (patch)
treeb33f8818a35f03fffdc46963639e4302c66b1e64 /cpp/src/Ice/ConnectionFactory.h
parentminor refactoring (diff)
downloadice-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.h4
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();