diff options
author | Benoit Foucher <benoit@zeroc.com> | 2014-07-31 10:29:55 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2014-07-31 10:29:55 +0200 |
commit | 147e81268e501a4b00b28aa63050358abaf33dcd (patch) | |
tree | 5fbc2d711ce7900118309c7bc53e33ffbb5263d3 /cpp/src/Ice/PropertyNames.cpp | |
parent | Fixed getPropertyAsList documentation (diff) | |
download | ice-147e81268e501a4b00b28aa63050358abaf33dcd.tar.bz2 ice-147e81268e501a4b00b28aa63050358abaf33dcd.tar.xz ice-147e81268e501a4b00b28aa63050358abaf33dcd.zip |
ICE-4612: Added documentation to the Slice interfaces, added missing property, renamed IceGridDiscovery/Lookup to IceGrid/Lookup
Diffstat (limited to 'cpp/src/Ice/PropertyNames.cpp')
-rw-r--r-- | cpp/src/Ice/PropertyNames.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/Ice/PropertyNames.cpp b/cpp/src/Ice/PropertyNames.cpp index 475a08db4b2..e8173132ac5 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 Jul 15 11:44:29 2014 +// Generated by makeprops.py from file ./config/PropertyNames.xml, Thu Jul 31 10:17:55 2014 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -396,6 +396,7 @@ const IceInternal::Property IceGridDiscoveryPropsData[] = IceInternal::Property("IceGridDiscovery.Lookup", false, 0), IceInternal::Property("IceGridDiscovery.Timeout", false, 0), IceInternal::Property("IceGridDiscovery.RetryCount", false, 0), + IceInternal::Property("IceGridDiscovery.RetryDelay", false, 0), IceInternal::Property("IceGridDiscovery.Address", false, 0), IceInternal::Property("IceGridDiscovery.Port", false, 0), IceInternal::Property("IceGridDiscovery.Interface", false, 0), |