diff options
author | Benoit Foucher <benoit@zeroc.com> | 2014-07-10 14:16:59 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2014-07-10 14:16:59 +0200 |
commit | 9962c1c90ddb9a0986bb98f84f2d97685203fce0 (patch) | |
tree | fef7973a98850f43f7118f65b8e8b8586286d987 /cpp/src/Ice/PropertyNames.h | |
parent | Fix background test. (diff) | |
download | ice-9962c1c90ddb9a0986bb98f84f2d97685203fce0.tar.bz2 ice-9962c1c90ddb9a0986bb98f84f2d97685203fce0.tar.xz ice-9962c1c90ddb9a0986bb98f84f2d97685203fce0.zip |
ICE-4612: first cut of the IceGrid discovery plugin and APIs
Diffstat (limited to 'cpp/src/Ice/PropertyNames.h')
-rw-r--r-- | cpp/src/Ice/PropertyNames.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/Ice/PropertyNames.h b/cpp/src/Ice/PropertyNames.h index 8637fb4f1cd..7f413070df8 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, Thu Jun 5 21:19:31 2014 +// Generated by makeprops.py from file ../config/PropertyNames.xml, Wed Jul 9 18:08:33 2014 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -59,6 +59,7 @@ public: static const PropertyArray IceProps; static const PropertyArray IceMXProps; static const PropertyArray IceDiscoveryProps; + static const PropertyArray IceGridDiscoveryProps; static const PropertyArray IceBoxProps; static const PropertyArray IceBoxAdminProps; static const PropertyArray IceGridAdminProps; |