diff options
-rw-r--r-- | config/PropertyNames.xml | 2 | ||||
-rw-r--r-- | cpp/src/Ice/PropertyNames.cpp | 4 | ||||
-rw-r--r-- | cpp/src/Ice/PropertyNames.h | 2 | ||||
-rw-r--r-- | cs/src/Ice/PropertyNames.cs | 4 | ||||
-rw-r--r-- | java/src/IceInternal/PropertyNames.java | 4 | ||||
-rw-r--r-- | js/src/Ice/PropertyNames.js | 4 |
6 files changed, 15 insertions, 5 deletions
diff --git a/config/PropertyNames.xml b/config/PropertyNames.xml index 9d5c1cccd47..a1fbae96c90 100644 --- a/config/PropertyNames.xml +++ b/config/PropertyNames.xml @@ -337,6 +337,8 @@ generated from the section label. <property name="Default.Protocol" /> <property name="Default.Router" class="proxy" /> <property name="Default.SlicedFormat" /> + <property name="Default.SourceAddress" /> + <property name="Default.Timeout" /> <property name="IPv4" /> <property name="IPv6" /> <property name="EventLog.Source" /> diff --git a/cpp/src/Ice/PropertyNames.cpp b/cpp/src/Ice/PropertyNames.cpp index 35aa4716c2e..15d61a08bdf 100644 --- a/cpp/src/Ice/PropertyNames.cpp +++ b/cpp/src/Ice/PropertyNames.cpp @@ -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! @@ -105,6 +105,8 @@ const IceInternal::Property IcePropsData[] = IceInternal::Property("Ice.Default.Router.Context.*", false, 0), IceInternal::Property("Ice.Default.Router", false, 0), IceInternal::Property("Ice.Default.SlicedFormat", false, 0), + IceInternal::Property("Ice.Default.SourceAddress", false, 0), + IceInternal::Property("Ice.Default.Timeout", false, 0), IceInternal::Property("Ice.IPv4", false, 0), IceInternal::Property("Ice.IPv6", false, 0), IceInternal::Property("Ice.EventLog.Source", false, 0), diff --git a/cpp/src/Ice/PropertyNames.h b/cpp/src/Ice/PropertyNames.h index c97fb02e581..056730eb3cf 100644 --- a/cpp/src/Ice/PropertyNames.h +++ b/cpp/src/Ice/PropertyNames.h @@ -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! diff --git a/cs/src/Ice/PropertyNames.cs b/cs/src/Ice/PropertyNames.cs index d8ac4a21ca7..801f678ebe8 100644 --- a/cs/src/Ice/PropertyNames.cs +++ b/cs/src/Ice/PropertyNames.cs @@ -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 @@ namespace IceInternal 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), 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), diff --git a/js/src/Ice/PropertyNames.js b/js/src/Ice/PropertyNames.js index 9f77c4c4e91..745006d12b0 100644 --- a/js/src/Ice/PropertyNames.js +++ b/js/src/Ice/PropertyNames.js @@ -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! @@ -110,6 +110,8 @@ new Property("/^Ice\.Default\.Router\.Context\../", 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), |