diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2014-08-13 09:13:13 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2014-08-13 09:13:13 -0230 |
commit | cf260220d06e5c0dc8d7d5e8ea073d69f03f3e5b (patch) | |
tree | 496fad1d42a776622242530a358a5d70390d187e /java/src/IceInternal/PropertyNames.java | |
parent | Fixed (ICE-5553) - Freeze/evictor test fails (diff) | |
download | ice-cf260220d06e5c0dc8d7d5e8ea073d69f03f3e5b.tar.bz2 ice-cf260220d06e5c0dc8d7d5e8ea073d69f03f3e5b.tar.xz ice-cf260220d06e5c0dc8d7d5e8ea073d69f03f3e5b.zip |
Added Ice.Default.Timeout and Ice.Default.SourceAddress to PropertyNames.xml
Diffstat (limited to 'java/src/IceInternal/PropertyNames.java')
-rw-r--r-- | java/src/IceInternal/PropertyNames.java | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/java/src/IceInternal/PropertyNames.java b/java/src/IceInternal/PropertyNames.java index 4be47f5652c..13b03bc9b20 100644 --- a/java/src/IceInternal/PropertyNames.java +++ b/java/src/IceInternal/PropertyNames.java @@ -6,7 +6,7 @@ // ICE_LICENSE file included in this distribution. // // ********************************************************************** -// Generated by makeprops.py from file ../config/PropertyNames.xml, Tue Aug 12 23:17:33 2014 +// Generated by makeprops.py from file ../config/PropertyNames.xml, Wed Aug 13 09:11:52 2014 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -107,6 +107,8 @@ public final class PropertyNames new Property("Ice\\.Default\\.Router\\.Context\\.[^\\s]+", false, null), new Property("Ice\\.Default\\.Router", false, null), new Property("Ice\\.Default\\.SlicedFormat", false, null), + new Property("Ice\\.Default\\.SourceAddress", false, null), + new Property("Ice\\.Default\\.Timeout", false, null), new Property("Ice\\.IPv4", false, null), new Property("Ice\\.IPv6", false, null), new Property("Ice\\.EventLog\\.Source", false, null), |