diff options
author | Benoit Foucher <benoit@zeroc.com> | 2006-05-19 13:27:28 +0000 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2006-05-19 13:27:28 +0000 |
commit | 7d1118edaf3d6e9dbbaae2a687bb49b65d6fffe4 (patch) | |
tree | 9823b4d8b62104b9eec5ae1a1718e76b27ff8363 /cpp/src/Ice/PropertyNames.cpp | |
parent | Fix session activation demo for IceGrid changes (diff) | |
download | ice-7d1118edaf3d6e9dbbaae2a687bb49b65d6fffe4.tar.bz2 ice-7d1118edaf3d6e9dbbaae2a687bb49b65d6fffe4.tar.xz ice-7d1118edaf3d6e9dbbaae2a687bb49b65d6fffe4.zip |
Added implementation of SSL authentication methods.
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 0f847b942d1..ac0d928271a 100644 --- a/cpp/src/Ice/PropertyNames.cpp +++ b/cpp/src/Ice/PropertyNames.cpp @@ -7,7 +7,7 @@ // // ********************************************************************** -// Generated by makeprops.py from file `../config/PropertyNames.def', Fri May 19 11:05:54 2006 +// Generated by makeprops.py from file `../config/PropertyNames.def', Fri May 19 15:20:17 2006 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -133,6 +133,7 @@ const char* IceInternal::PropertyNames::IceGridProps[] = "IceGrid.Registry.Admin.ThreadPool.StackSize", "IceGrid.Registry.AdminCryptPasswords", "IceGrid.Registry.AdminPermissionsVerifier", + "IceGrid.Registry.AdminSSLPermissionsVerifier", "IceGrid.Registry.AdminSessionTimeout", "IceGrid.Registry.Client.AdapterId", "IceGrid.Registry.Client.ReplicaGroupId", @@ -167,6 +168,7 @@ const char* IceInternal::PropertyNames::IceGridProps[] = "IceGrid.Registry.Server.ThreadPool.SizeMax", "IceGrid.Registry.Server.ThreadPool.SizeWarn", "IceGrid.Registry.Server.ThreadPool.StackSize", + "IceGrid.Registry.SSLPermissionsVerifier", "IceGrid.Registry.Trace.Application", "IceGrid.Registry.Trace.Adapter", "IceGrid.Registry.Trace.Node", |