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 /java | |
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 'java')
-rw-r--r-- | java/src/Ice/src/main/java/com/zeroc/IceInternal/PropertyNames.java | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/java/src/Ice/src/main/java/com/zeroc/IceInternal/PropertyNames.java b/java/src/Ice/src/main/java/com/zeroc/IceInternal/PropertyNames.java index 878ba11d9dd..16f2b9e0520 100644 --- a/java/src/Ice/src/main/java/com/zeroc/IceInternal/PropertyNames.java +++ b/java/src/Ice/src/main/java/com/zeroc/IceInternal/PropertyNames.java @@ -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 @@ public final class PropertyNames 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 @@ public final class PropertyNames 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 @@ public final class PropertyNames 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 |