diff options
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 7b3be4244ae..92f26563d70 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 Aug 31 18:34:35 2006 +// Generated by makeprops.py from file `../../config/PropertyNames.def', Mon Sep 11 16:14:10 2006 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -37,6 +37,7 @@ const char* IceInternal::PropertyNames::IceProps[] = "Ice.Override.Compress", "Ice.Override.ConnectTimeout", "Ice.Override.Timeout", + "Ice.Override.Secure", "Ice.Package.*", "Ice.Plugin.*", "Ice.PluginLoadOrder", @@ -73,6 +74,7 @@ const char* IceInternal::PropertyNames::IceProps[] = "Ice.Warn.Datagrams", "Ice.Warn.Dispatch", "Ice.Warn.Endpoints", + "Ice.AllowableEndpoints", 0 }; |