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 /cpp/src/Ice/PropertyNames.cpp | |
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 'cpp/src/Ice/PropertyNames.cpp')
-rw-r--r-- | cpp/src/Ice/PropertyNames.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
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), |