diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-08-21 13:11:48 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-08-21 13:11:48 +0000 |
commit | 88454251d3356793b4f1cc6d3f07929280a012bd (patch) | |
tree | 84a663bceb5ecd363c294418ccd5fe6ef3d977c3 /cpp/src/Ice/TcpEndpointI.h | |
parent | Try loopback in client when no -h (diff) | |
download | ice-88454251d3356793b4f1cc6d3f07929280a012bd.tar.bz2 ice-88454251d3356793b4f1cc6d3f07929280a012bd.tar.xz ice-88454251d3356793b4f1cc6d3f07929280a012bd.zip |
Try loopback in client if no -h
Diffstat (limited to 'cpp/src/Ice/TcpEndpointI.h')
-rw-r--r-- | cpp/src/Ice/TcpEndpointI.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/TcpEndpointI.h b/cpp/src/Ice/TcpEndpointI.h index c04032c1ecd..e36ad037ef6 100644 --- a/cpp/src/Ice/TcpEndpointI.h +++ b/cpp/src/Ice/TcpEndpointI.h @@ -41,7 +41,7 @@ public: virtual TransceiverPtr serverTransceiver(EndpointIPtr&) const; virtual ConnectorPtr connector() const; virtual AcceptorPtr acceptor(EndpointIPtr&, const std::string&) const; - virtual std::vector<EndpointIPtr> expand(bool) const; + virtual std::vector<EndpointIPtr> expand() const; virtual bool publish() const; virtual bool equivalent(const TransceiverPtr&) const; virtual bool equivalent(const AcceptorPtr&) const; |