summaryrefslogtreecommitdiff
path: root/java/src/Ice/ObjectPrx.java
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2005-10-11 06:17:15 +0000
committerMatthew Newhook <matthew@zeroc.com>2005-10-11 06:17:15 +0000
commit88967996f72e5c34fb7ddd479226b7137b505859 (patch)
treeb4ef750fab4221b2327240c3f07639cadb9f2048 /java/src/Ice/ObjectPrx.java
parentFixed http://www.zeroc.com/vbulletin/showthread.php?t=1771 (diff)
downloadice-88967996f72e5c34fb7ddd479226b7137b505859.tar.bz2
ice-88967996f72e5c34fb7ddd479226b7137b505859.tar.xz
ice-88967996f72e5c34fb7ddd479226b7137b505859.zip
http://bugzilla.zeroc.com/bugzilla/show_bug.cgi?id=429
Diffstat (limited to 'java/src/Ice/ObjectPrx.java')
-rw-r--r--java/src/Ice/ObjectPrx.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/java/src/Ice/ObjectPrx.java b/java/src/Ice/ObjectPrx.java
index bb5a155e671..1a8a7884ae4 100644
--- a/java/src/Ice/ObjectPrx.java
+++ b/java/src/Ice/ObjectPrx.java
@@ -68,6 +68,7 @@ public interface ObjectPrx
ObjectPrx ice_secure(boolean b);
ObjectPrx ice_compress(boolean co);
ObjectPrx ice_timeout(int t);
+ ObjectPrx ice_connectionId(String connectionId);
ObjectPrx ice_router(Ice.RouterPrx router);
ObjectPrx ice_locator(Ice.LocatorPrx locator);
ObjectPrx ice_collocationOptimization(boolean b);