diff options
author | Mark Spruiell <mes@zeroc.com> | 2007-09-28 10:50:53 -0700 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2007-09-28 10:50:53 -0700 |
commit | 88f5e9e11fd28f8b87e98fa4e3c4b1d928cc203c (patch) | |
tree | 5212c77a8bb5892f8d00d0a12882c36ad6d770c3 /cpp/src | |
parent | iceboxadmin is now using IceBoxAdmin.ServiceManager.Proxy (diff) | |
download | ice-88f5e9e11fd28f8b87e98fa4e3c4b1d928cc203c.tar.bz2 ice-88f5e9e11fd28f8b87e98fa4e3c4b1d928cc203c.tar.xz ice-88f5e9e11fd28f8b87e98fa4e3c4b1d928cc203c.zip |
bug 1150
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Ice/PropertyNames.cpp | 4 | ||||
-rw-r--r-- | cpp/src/Ice/PropertyNames.h | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/cpp/src/Ice/PropertyNames.cpp b/cpp/src/Ice/PropertyNames.cpp index f4af02db377..2f19712e53a 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.xml, Wed Sep 26 19:26:30 2007 +// Generated by makeprops.py from file ../config/PropertyNames.xml, Thu Sep 27 10:37:22 2007 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -388,6 +388,7 @@ const IceInternal::Property IceSSLPropsData[] = IceInternal::Property("IceSSL.CertAuthDir", false, 0), IceInternal::Property("IceSSL.CertAuthFile", false, 0), IceInternal::Property("IceSSL.CertFile", false, 0), + IceInternal::Property("IceSSL.CertVerifier", false, 0), IceInternal::Property("IceSSL.CheckCertName", false, 0), IceInternal::Property("IceSSL.CheckCRL", false, 0), IceInternal::Property("IceSSL.Ciphers", false, 0), @@ -401,6 +402,7 @@ const IceInternal::Property IceSSLPropsData[] = IceInternal::Property("IceSSL.KeystorePassword", false, 0), IceInternal::Property("IceSSL.KeystoreType", false, 0), IceInternal::Property("IceSSL.Password", false, 0), + IceInternal::Property("IceSSL.PasswordCallback", false, 0), IceInternal::Property("IceSSL.PasswordRetryMax", false, 0), IceInternal::Property("IceSSL.Protocols", false, 0), IceInternal::Property("IceSSL.Random", false, 0), diff --git a/cpp/src/Ice/PropertyNames.h b/cpp/src/Ice/PropertyNames.h index e38d1d94eed..0f445c67928 100644 --- a/cpp/src/Ice/PropertyNames.h +++ b/cpp/src/Ice/PropertyNames.h @@ -7,7 +7,7 @@ // // ********************************************************************** // -// Generated by makeprops.py from file ../config/PropertyNames.xml, Wed Sep 26 19:26:30 2007 +// Generated by makeprops.py from file ../config/PropertyNames.xml, Thu Sep 27 10:37:22 2007 // IMPORTANT: Do not edit this file -- any edits made here will be lost! |