diff options
author | Bernard Normier <bernard@zeroc.com> | 2014-08-29 11:24:49 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2014-08-29 11:24:49 -0400 |
commit | 33702f21d02bd543f365e4db6e118ba5257c109b (patch) | |
tree | 5ee69df98dcb14ba47d60e727c59f6f1018692a5 /cpp/src/Ice/PropertyNames.h | |
parent | Minor fix for JS OutgoingConnectionFactory (diff) | |
download | ice-33702f21d02bd543f365e4db6e118ba5257c109b.tar.bz2 ice-33702f21d02bd543f365e4db6e118ba5257c109b.tar.xz ice-33702f21d02bd543f365e4db6e118ba5257c109b.zip |
New fix for ICE-5637: Glacier2CryptPermissionsVerifier plugin + Glacier2Internal::setupNullPermissionsVerifier function
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 57fec2eff3c..5d17c24f3c3 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, Mon Aug 18 23:51:46 2014 +// Generated by makeprops.py from file ../config/PropertyNames.xml, Fri Aug 29 11:20:17 2014 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -69,6 +69,7 @@ public: static const PropertyArray IceSSLProps; static const PropertyArray IceStormAdminProps; static const PropertyArray Glacier2Props; + static const PropertyArray Glacier2CryptPermissionsVerifierProps; static const PropertyArray FreezeProps; static const PropertyArray validProps[]; |