diff options
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Ice/PropertyNames.cpp | 10 | ||||
-rw-r--r-- | cpp/src/Ice/PropertyNames.h | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/cpp/src/Ice/PropertyNames.cpp b/cpp/src/Ice/PropertyNames.cpp index 7344c2e2d71..ae4f10a4e50 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', Thu Jan 6 10:19:05 2005 +// Generated by makeprops.py from file `../config/PropertyNames.def', Mon Jan 10 13:43:32 2005 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -207,15 +207,15 @@ const char* IceInternal::PropertyNames::IceSSLProps[] = "IceSSL.Client.Certs", "IceSSL.Client.CertsPassword", "IceSSL.Client.Ciphers", - "IceSSL.Client.KeyStore", - "IceSSL.Client.KeyStorePassword", + "IceSSL.Client.Keystore", + "IceSSL.Client.KeystorePassword", "IceSSL.Client.Password", "IceSSL.Server.Certs", "IceSSL.Server.CertsPassword", "IceSSL.Server.Ciphers", "IceSSL.Server.ClientAuth", - "IceSSL.Server.KeyStore", - "IceSSL.Server.KeyStorePassword", + "IceSSL.Server.Keystore", + "IceSSL.Server.KeystorePassword", "IceSSL.Server.Password", 0 }; diff --git a/cpp/src/Ice/PropertyNames.h b/cpp/src/Ice/PropertyNames.h index c2015ad2483..a74262b5b0d 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.def', Thu Jan 6 10:19:05 2005 +// Generated by makeprops.py from file `../config/PropertyNames.def', Mon Jan 10 13:43:32 2005 // IMPORTANT: Do not edit this file -- any edits made here will be lost! |