diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-06-14 10:44:41 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-06-14 10:44:41 -0230 |
commit | 9384d90d200a46c26a22135d4f4e39be78d04ab0 (patch) | |
tree | 301242e7633043ec9225e2732a81037f438da9c4 /java/src/IceInternal/EndpointI.java | |
parent | Fixed bug 2254 (diff) | |
download | ice-9384d90d200a46c26a22135d4f4e39be78d04ab0.tar.bz2 ice-9384d90d200a46c26a22135d4f4e39be78d04ab0.tar.xz ice-9384d90d200a46c26a22135d4f4e39be78d04ab0.zip |
No longer necessary to expand enpoints in proxies, use same mechanism as for multihomed hosts.
Added some missing .gitignore files.
Diffstat (limited to 'java/src/IceInternal/EndpointI.java')
-rw-r--r-- | java/src/IceInternal/EndpointI.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/IceInternal/EndpointI.java b/java/src/IceInternal/EndpointI.java index c5857e7dff7..1f398864448 100644 --- a/java/src/IceInternal/EndpointI.java +++ b/java/src/IceInternal/EndpointI.java @@ -112,9 +112,9 @@ abstract public class EndpointI implements Ice.Endpoint, java.lang.Comparable // // Expand endpoint out in to separate endpoints for each local - // host if endpoint was configured with no host set. + // host if listening on INADDR_NAY. // - public abstract java.util.ArrayList expand(boolean includeLoopback); + public abstract java.util.ArrayList expand(); // // Check whether the endpoint is equivalent to a specific Connector. |