diff options
author | Benoit Foucher <benoit@zeroc.com> | 2016-11-02 09:50:31 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2016-11-02 09:50:31 +0100 |
commit | b63a3d38416c6e26c391e9778c0f17c394c54af5 (patch) | |
tree | 2b246ea9f0e07d3d61019db736a8e3a8975feb32 /cpp/src/Ice/PropertyNames.h | |
parent | Adding '6' as allowed leading digit in octal escape sequence parsing (diff) | |
download | ice-b63a3d38416c6e26c391e9778c0f17c394c54af5.tar.bz2 ice-b63a3d38416c6e26c391e9778c0f17c394c54af5.tar.xz ice-b63a3d38416c6e26c391e9778c0f17c394c54af5.zip |
Fixed ICE-7439 - Renamed IceGridDiscovery to IceLocatorDiscovery in PropertyNames.xml
Diffstat (limited to 'cpp/src/Ice/PropertyNames.h')
-rw-r--r-- | cpp/src/Ice/PropertyNames.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/PropertyNames.h b/cpp/src/Ice/PropertyNames.h index 5b50724a7c3..2bf59c4e773 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 Sep 20 10:36:23 2016 +// Generated by makeprops.py from file ./config/PropertyNames.xml, Wed Nov 2 09:46:48 2016 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -59,7 +59,7 @@ public: static const PropertyArray IceProps; static const PropertyArray IceMXProps; static const PropertyArray IceDiscoveryProps; - static const PropertyArray IceGridDiscoveryProps; + static const PropertyArray IceLocatorDiscoveryProps; static const PropertyArray IceBoxProps; static const PropertyArray IceBoxAdminProps; static const PropertyArray IceGridAdminProps; |