diff options
Diffstat (limited to 'csharp/src/Ice/PropertyNames.cs')
-rw-r--r-- | csharp/src/Ice/PropertyNames.cs | 60 |
1 files changed, 1 insertions, 59 deletions
diff --git a/csharp/src/Ice/PropertyNames.cs b/csharp/src/Ice/PropertyNames.cs index d8926852333..d56ee2fbcfd 100644 --- a/csharp/src/Ice/PropertyNames.cs +++ b/csharp/src/Ice/PropertyNames.cs @@ -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! @@ -1031,60 +1031,6 @@ namespace IceInternal null }; - public static Property[] IcePatch2Props = - { - new Property(@"^IcePatch2\.ACM\.Timeout$", false, null), - new Property(@"^IcePatch2\.ACM\.Heartbeat$", false, null), - new Property(@"^IcePatch2\.ACM\.Close$", false, null), - new Property(@"^IcePatch2\.ACM$", false, null), - new Property(@"^IcePatch2\.AdapterId$", false, null), - new Property(@"^IcePatch2\.Endpoints$", false, null), - new Property(@"^IcePatch2\.Locator\.EndpointSelection$", false, null), - new Property(@"^IcePatch2\.Locator\.ConnectionCached$", false, null), - new Property(@"^IcePatch2\.Locator\.PreferSecure$", false, null), - new Property(@"^IcePatch2\.Locator\.LocatorCacheTimeout$", false, null), - new Property(@"^IcePatch2\.Locator\.InvocationTimeout$", false, null), - new Property(@"^IcePatch2\.Locator\.Locator$", false, null), - new Property(@"^IcePatch2\.Locator\.Router$", false, null), - new Property(@"^IcePatch2\.Locator\.CollocationOptimized$", false, null), - new Property(@"^IcePatch2\.Locator\.Context\.[^\s]+$", false, null), - new Property(@"^IcePatch2\.Locator$", false, null), - new Property(@"^IcePatch2\.PublishedEndpoints$", false, null), - new Property(@"^IcePatch2\.ReplicaGroupId$", false, null), - new Property(@"^IcePatch2\.Router\.EndpointSelection$", false, null), - new Property(@"^IcePatch2\.Router\.ConnectionCached$", false, null), - new Property(@"^IcePatch2\.Router\.PreferSecure$", false, null), - new Property(@"^IcePatch2\.Router\.LocatorCacheTimeout$", false, null), - new Property(@"^IcePatch2\.Router\.InvocationTimeout$", false, null), - new Property(@"^IcePatch2\.Router\.Locator$", false, null), - new Property(@"^IcePatch2\.Router\.Router$", false, null), - new Property(@"^IcePatch2\.Router\.CollocationOptimized$", false, null), - new Property(@"^IcePatch2\.Router\.Context\.[^\s]+$", false, null), - new Property(@"^IcePatch2\.Router$", false, null), - new Property(@"^IcePatch2\.ProxyOptions$", false, null), - new Property(@"^IcePatch2\.ThreadPool\.Size$", false, null), - new Property(@"^IcePatch2\.ThreadPool\.SizeMax$", false, null), - new Property(@"^IcePatch2\.ThreadPool\.SizeWarn$", false, null), - new Property(@"^IcePatch2\.ThreadPool\.StackSize$", false, null), - new Property(@"^IcePatch2\.ThreadPool\.Serialize$", false, null), - new Property(@"^IcePatch2\.ThreadPool\.ThreadIdleTime$", false, null), - new Property(@"^IcePatch2\.ThreadPool\.ThreadPriority$", false, null), - new Property(@"^IcePatch2\.MessageSizeMax$", false, null), - new Property(@"^IcePatch2\.Directory$", false, null), - new Property(@"^IcePatch2\.InstanceName$", false, null), - null - }; - - public static Property[] IcePatch2ClientProps = - { - new Property(@"^IcePatch2Client\.ChunkSize$", false, null), - new Property(@"^IcePatch2Client\.Directory$", false, null), - new Property(@"^IcePatch2Client\.Proxy$", false, null), - new Property(@"^IcePatch2Client\.Remove$", false, null), - new Property(@"^IcePatch2Client\.Thorough$", false, null), - null - }; - public static Property[] IceSSLProps = { new Property(@"^IceSSL\.Alias$", false, null), @@ -1344,8 +1290,6 @@ namespace IceInternal IceBridgeProps, IceGridAdminProps, IceGridProps, - IcePatch2Props, - IcePatch2ClientProps, IceSSLProps, IceStormAdminProps, IceBTProps, @@ -1366,8 +1310,6 @@ namespace IceInternal "IceBridge", "IceGridAdmin", "IceGrid", - "IcePatch2", - "IcePatch2Client", "IceSSL", "IceStormAdmin", "IceBT", |