summaryrefslogtreecommitdiff
path: root/java/src/IceInternal/TcpEndpointFactory.java
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2005-10-06 15:21:18 +0000
committerDwayne Boone <dwayne@zeroc.com>2005-10-06 15:21:18 +0000
commit3a8c1051d39e2d5dae76dd7d146be46ca85e1ecf (patch)
tree3f90cde49d025a2f6afb05cfe77f1f6f36bb9f66 /java/src/IceInternal/TcpEndpointFactory.java
parentUpdated properties. (diff)
downloadice-3a8c1051d39e2d5dae76dd7d146be46ca85e1ecf.tar.bz2
ice-3a8c1051d39e2d5dae76dd7d146be46ca85e1ecf.tar.xz
ice-3a8c1051d39e2d5dae76dd7d146be46ca85e1ecf.zip
Bug 395 - Added pseudo INVADDR_ANY support
Diffstat (limited to 'java/src/IceInternal/TcpEndpointFactory.java')
-rw-r--r--java/src/IceInternal/TcpEndpointFactory.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/src/IceInternal/TcpEndpointFactory.java b/java/src/IceInternal/TcpEndpointFactory.java
index 2f03dbe382f..b180698b39c 100644
--- a/java/src/IceInternal/TcpEndpointFactory.java
+++ b/java/src/IceInternal/TcpEndpointFactory.java
@@ -29,9 +29,9 @@ final class TcpEndpointFactory implements EndpointFactory
}
public EndpointI
- create(String str)
+ create(String str, boolean adapterEndp)
{
- return new TcpEndpointI(_instance, str);
+ return new TcpEndpointI(_instance, str, adapterEndp);
}
public EndpointI