diff options
Diffstat (limited to 'cpp/src/Ice/PropertyNames.cpp')
-rw-r--r-- | cpp/src/Ice/PropertyNames.cpp | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/cpp/src/Ice/PropertyNames.cpp b/cpp/src/Ice/PropertyNames.cpp index f514fb6a11a..f4af02db377 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 17:22:42 2007 +// Generated by makeprops.py from file ../config/PropertyNames.xml, Wed Sep 26 19:26:30 2007 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -150,6 +150,24 @@ const IceInternal::PropertyArray IceInternal::PropertyNames::IceBoxProps(IceBoxPropsData, sizeof(IceBoxPropsData)/sizeof(IceBoxPropsData[0])); +const IceInternal::Property IceBoxAdminPropsData[] = +{ + IceInternal::Property("IceBoxAdmin.ServiceManager.Proxy.EndpointSelection", false, 0), + IceInternal::Property("IceBoxAdmin.ServiceManager.Proxy.ConnectionCached", false, 0), + IceInternal::Property("IceBoxAdmin.ServiceManager.Proxy.PreferSecure", false, 0), + IceInternal::Property("IceBoxAdmin.ServiceManager.Proxy.LocatorCacheTimeout", false, 0), + IceInternal::Property("IceBoxAdmin.ServiceManager.Proxy.Locator", false, 0), + IceInternal::Property("IceBoxAdmin.ServiceManager.Proxy.Router", false, 0), + IceInternal::Property("IceBoxAdmin.ServiceManager.Proxy.CollocationOptimization", true, "IceBoxAdmin.ServiceManager.Proxy.CollocationOptimized"), + IceInternal::Property("IceBoxAdmin.ServiceManager.Proxy.CollocationOptimized", false, 0), + IceInternal::Property("IceBoxAdmin.ServiceManager.Proxy.ThreadPerConnection", false, 0), + IceInternal::Property("IceBoxAdmin.ServiceManager.Proxy", false, 0), +}; + +const IceInternal::PropertyArray + IceInternal::PropertyNames::IceBoxAdminProps(IceBoxAdminPropsData, + sizeof(IceBoxAdminPropsData)/sizeof(IceBoxAdminPropsData[0])); + const IceInternal::Property IceGridAdminPropsData[] = { IceInternal::Property("IceGridAdmin.AuthenticateUsingSSL", false, 0), @@ -618,6 +636,7 @@ const IceInternal::PropertyArray IceInternal::PropertyNames::validProps[] = { IceProps, IceBoxProps, + IceBoxAdminProps, IceGridAdminProps, IceGridProps, IcePatch2Props, @@ -634,6 +653,7 @@ const char* IceInternal::PropertyNames::clPropNames[] = { "Ice", "IceBox", + "IceBoxAdmin", "IceGridAdmin", "IceGrid", "IcePatch2", |