summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2007-05-03 16:24:16 +0000
committerDwayne Boone <dwayne@zeroc.com>2007-05-03 16:24:16 +0000
commita6ba9ccb45d93ebada80193497da45fb646b5040 (patch)
tree30543144d2e15b7e5c4b4a6ae23c412e14a6bce4
parentAdded propertyToProxy (diff)
downloadice-a6ba9ccb45d93ebada80193497da45fb646b5040.tar.bz2
ice-a6ba9ccb45d93ebada80193497da45fb646b5040.tar.xz
ice-a6ba9ccb45d93ebada80193497da45fb646b5040.zip
Added propertiesToProxy
-rwxr-xr-xjavae/CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/javae/CHANGES b/javae/CHANGES
index c8ffad2e254..4e035cde80f 100755
--- a/javae/CHANGES
+++ b/javae/CHANGES
@@ -1,6 +1,11 @@
Changes since version 1.1.0
---------------------------
+- Added Communicator::propertyToProxy() which creates a proxy from
+ a set of properties. This operation allows you to set various local
+ proxy settings, such as the locator, which cannot be set using
+ stringToProxy().
+
- Trailing characters past the adapter id in a stringified proxy
will now raise a ProxyParseException.