diff options
author | Joe George <joe@zeroc.com> | 2021-02-03 11:16:06 -0500 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2021-02-03 11:42:30 -0500 |
commit | 48f9b28634908c43a23c30e219a9abfb038c1539 (patch) | |
tree | 81420c7142bb57902ad96de1d057b5259c29a287 /csharp/src/Ice/PropertyNames.cs | |
parent | IceGrid and IceStorm fixes (diff) | |
download | ice-48f9b28634908c43a23c30e219a9abfb038c1539.tar.bz2 ice-48f9b28634908c43a23c30e219a9abfb038c1539.tar.xz ice-48f9b28634908c43a23c30e219a9abfb038c1539.zip |
Additional C++11 fixes
Diffstat (limited to 'csharp/src/Ice/PropertyNames.cs')
-rw-r--r-- | csharp/src/Ice/PropertyNames.cs | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/csharp/src/Ice/PropertyNames.cs b/csharp/src/Ice/PropertyNames.cs index d56ee2fbcfd..4d78ec7ebee 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, Fri Jan 29 15:05:58 2021 +// Generated by makeprops.py from file ./config/PropertyNames.xml, Wed Feb 3 10:19:18 2021 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -1134,7 +1134,6 @@ namespace IceInternal new Property(@"^Glacier2\.Client\.ThreadPool\.ThreadIdleTime$", false, null), new Property(@"^Glacier2\.Client\.ThreadPool\.ThreadPriority$", false, null), new Property(@"^Glacier2\.Client\.MessageSizeMax$", false, null), - new Property(@"^Glacier2\.Client\.AlwaysBatch$", false, null), new Property(@"^Glacier2\.Client\.Buffered$", false, null), new Property(@"^Glacier2\.Client\.ForwardContext$", false, null), new Property(@"^Glacier2\.Client\.SleepTime$", false, null), @@ -1209,7 +1208,6 @@ namespace IceInternal new Property(@"^Glacier2\.Server\.ThreadPool\.ThreadIdleTime$", false, null), new Property(@"^Glacier2\.Server\.ThreadPool\.ThreadPriority$", false, null), new Property(@"^Glacier2\.Server\.MessageSizeMax$", false, null), - new Property(@"^Glacier2\.Server\.AlwaysBatch$", false, null), new Property(@"^Glacier2\.Server\.Buffered$", false, null), new Property(@"^Glacier2\.Server\.ForwardContext$", false, null), new Property(@"^Glacier2\.Server\.SleepTime$", false, null), @@ -1235,7 +1233,6 @@ namespace IceInternal new Property(@"^Glacier2\.SSLSessionManager\.CollocationOptimized$", false, null), new Property(@"^Glacier2\.SSLSessionManager\.Context\.[^\s]+$", false, null), new Property(@"^Glacier2\.SSLSessionManager$", false, null), - new Property(@"^Glacier2\.SessionTimeout$", false, null), new Property(@"^Glacier2\.Trace\.RoutingTable$", false, null), new Property(@"^Glacier2\.Trace\.Session$", false, null), null |