diff options
author | Bernard Normier <bernard@zeroc.com> | 2019-10-29 14:11:27 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2021-02-01 16:46:20 -0500 |
commit | 9f22d436c536c18df0e3c434162048490c80191f (patch) | |
tree | da5257cb9435bcdbe3614e4f758e36244cac5ed0 /cpp/src/Ice/PropertyNames.cpp | |
parent | Fixed doxygen warnings and updated configs. (diff) | |
download | ice-9f22d436c536c18df0e3c434162048490c80191f.tar.bz2 ice-9f22d436c536c18df0e3c434162048490c80191f.tar.xz ice-9f22d436c536c18df0e3c434162048490c80191f.zip |
Remove IcePatch2 (#602)
Removed IcePatch2 and the corresponding distrib and patching features in IceGrid and IceGridGUI.
Diffstat (limited to 'cpp/src/Ice/PropertyNames.cpp')
-rw-r--r-- | cpp/src/Ice/PropertyNames.cpp | 66 |
1 files changed, 1 insertions, 65 deletions
diff --git a/cpp/src/Ice/PropertyNames.cpp b/cpp/src/Ice/PropertyNames.cpp index da4d0af3534..d6e3b64678c 100644 --- a/cpp/src/Ice/PropertyNames.cpp +++ b/cpp/src/Ice/PropertyNames.cpp @@ -1,7 +1,7 @@ // // Copyright (c) ZeroC, Inc. All rights reserved. // -// Generated by makeprops.py from file ./config/PropertyNames.xml, Thu Jul 2 14:55:02 2020 +// Generated by makeprops.py from file ./config/PropertyNames.xml, Fri Jan 29 15:05:58 2021 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -1056,66 +1056,6 @@ const IceInternal::PropertyArray IceInternal::PropertyNames::IceGridProps(IceGridPropsData, sizeof(IceGridPropsData)/sizeof(IceGridPropsData[0])); -const IceInternal::Property IcePatch2PropsData[] = -{ - IceInternal::Property("IcePatch2.ACM.Timeout", false, 0), - IceInternal::Property("IcePatch2.ACM.Heartbeat", false, 0), - IceInternal::Property("IcePatch2.ACM.Close", false, 0), - IceInternal::Property("IcePatch2.ACM", false, 0), - IceInternal::Property("IcePatch2.AdapterId", false, 0), - IceInternal::Property("IcePatch2.Endpoints", false, 0), - IceInternal::Property("IcePatch2.Locator.EndpointSelection", false, 0), - IceInternal::Property("IcePatch2.Locator.ConnectionCached", false, 0), - IceInternal::Property("IcePatch2.Locator.PreferSecure", false, 0), - IceInternal::Property("IcePatch2.Locator.LocatorCacheTimeout", false, 0), - IceInternal::Property("IcePatch2.Locator.InvocationTimeout", false, 0), - IceInternal::Property("IcePatch2.Locator.Locator", false, 0), - IceInternal::Property("IcePatch2.Locator.Router", false, 0), - IceInternal::Property("IcePatch2.Locator.CollocationOptimized", false, 0), - IceInternal::Property("IcePatch2.Locator.Context.*", false, 0), - IceInternal::Property("IcePatch2.Locator", false, 0), - IceInternal::Property("IcePatch2.PublishedEndpoints", false, 0), - IceInternal::Property("IcePatch2.ReplicaGroupId", false, 0), - IceInternal::Property("IcePatch2.Router.EndpointSelection", false, 0), - IceInternal::Property("IcePatch2.Router.ConnectionCached", false, 0), - IceInternal::Property("IcePatch2.Router.PreferSecure", false, 0), - IceInternal::Property("IcePatch2.Router.LocatorCacheTimeout", false, 0), - IceInternal::Property("IcePatch2.Router.InvocationTimeout", false, 0), - IceInternal::Property("IcePatch2.Router.Locator", false, 0), - IceInternal::Property("IcePatch2.Router.Router", false, 0), - IceInternal::Property("IcePatch2.Router.CollocationOptimized", false, 0), - IceInternal::Property("IcePatch2.Router.Context.*", false, 0), - IceInternal::Property("IcePatch2.Router", false, 0), - IceInternal::Property("IcePatch2.ProxyOptions", false, 0), - IceInternal::Property("IcePatch2.ThreadPool.Size", false, 0), - IceInternal::Property("IcePatch2.ThreadPool.SizeMax", false, 0), - IceInternal::Property("IcePatch2.ThreadPool.SizeWarn", false, 0), - IceInternal::Property("IcePatch2.ThreadPool.StackSize", false, 0), - IceInternal::Property("IcePatch2.ThreadPool.Serialize", false, 0), - IceInternal::Property("IcePatch2.ThreadPool.ThreadIdleTime", false, 0), - IceInternal::Property("IcePatch2.ThreadPool.ThreadPriority", false, 0), - IceInternal::Property("IcePatch2.MessageSizeMax", false, 0), - IceInternal::Property("IcePatch2.Directory", false, 0), - IceInternal::Property("IcePatch2.InstanceName", false, 0), -}; - -const IceInternal::PropertyArray - IceInternal::PropertyNames::IcePatch2Props(IcePatch2PropsData, - sizeof(IcePatch2PropsData)/sizeof(IcePatch2PropsData[0])); - -const IceInternal::Property IcePatch2ClientPropsData[] = -{ - IceInternal::Property("IcePatch2Client.ChunkSize", false, 0), - IceInternal::Property("IcePatch2Client.Directory", false, 0), - IceInternal::Property("IcePatch2Client.Proxy", false, 0), - IceInternal::Property("IcePatch2Client.Remove", false, 0), - IceInternal::Property("IcePatch2Client.Thorough", false, 0), -}; - -const IceInternal::PropertyArray - IceInternal::PropertyNames::IcePatch2ClientProps(IcePatch2ClientPropsData, - sizeof(IcePatch2ClientPropsData)/sizeof(IcePatch2ClientPropsData[0])); - const IceInternal::Property IceSSLPropsData[] = { IceInternal::Property("IceSSL.Alias", false, 0), @@ -1393,8 +1333,6 @@ const IceInternal::PropertyArray IceInternal::PropertyNames::validProps[] = IceBridgeProps, IceGridAdminProps, IceGridProps, - IcePatch2Props, - IcePatch2ClientProps, IceSSLProps, IceStormAdminProps, IceBTProps, @@ -1415,8 +1353,6 @@ const char* IceInternal::PropertyNames::clPropNames[] = "IceBridge", "IceGridAdmin", "IceGrid", - "IcePatch2", - "IcePatch2Client", "IceSSL", "IceStormAdmin", "IceBT", |