diff options
author | Mark Spruiell <mes@zeroc.com> | 2006-04-26 03:22:49 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2006-04-26 03:22:49 +0000 |
commit | d24b35ce1f999f86c6f856821d51f4adf72c76e6 (patch) | |
tree | b1d1dbe50724a4d42ce1e46622aa49fde0a5492d /cpp/src/Ice/PropertyNames.cpp | |
parent | use two stages for plugin initialization; refactoring to remove Context (diff) | |
download | ice-d24b35ce1f999f86c6f856821d51f4adf72c76e6.tar.bz2 ice-d24b35ce1f999f86c6f856821d51f4adf72c76e6.tar.xz ice-d24b35ce1f999f86c6f856821d51f4adf72c76e6.zip |
use two stages for plugin initialization
Diffstat (limited to 'cpp/src/Ice/PropertyNames.cpp')
-rw-r--r-- | cpp/src/Ice/PropertyNames.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/cpp/src/Ice/PropertyNames.cpp b/cpp/src/Ice/PropertyNames.cpp index 2d58eef25f6..002e9720f4a 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', Mon Apr 17 10:30:14 2006 +// Generated by makeprops.py from file `../config/PropertyNames.def', Tue Apr 25 16:28:52 2006 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -28,6 +28,7 @@ const char* IceInternal::PropertyNames::IceProps[] = "Ice.Default.Protocol", "Ice.Default.Router", "Ice.GC.Interval", + "Ice.InitPlugins", "Ice.Logger.Timestamp", "Ice.MessageSizeMax", "Ice.MonitorConnections", @@ -208,13 +209,10 @@ const char* IceInternal::PropertyNames::IceSSLProps[] = "IceSSL.CertAuthDir", "IceSSL.CertAuthFile", "IceSSL.CertFile", - "IceSSL.Certs", - "IceSSL.CertsPassword", "IceSSL.CheckCertName", "IceSSL.CheckCRL", "IceSSL.Ciphers", "IceSSL.DefaultDir", - "IceSSL.DelayInit", "IceSSL.DH.*", "IceSSL.EntropyDaemon", "IceSSL.ImportCert.*.*", |