diff options
author | Matthew Newhook <matthew@zeroc.com> | 2014-08-13 17:08:16 -0230 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2014-08-13 17:08:16 -0230 |
commit | f91316d2843031b94a9d2ea3f69eca65ff3bbefa (patch) | |
tree | 5de57fd88fd20ec6be44fef6a6a184f7216dd568 /java/src/IceInternal/PropertyNames.java | |
parent | ICE-5577 - remove JS generated files from GIT (diff) | |
download | ice-f91316d2843031b94a9d2ea3f69eca65ff3bbefa.tar.bz2 ice-f91316d2843031b94a9d2ea3f69eca65ff3bbefa.tar.xz ice-f91316d2843031b94a9d2ea3f69eca65ff3bbefa.zip |
- Added back the Ice.BackgroundIO property.
- Fixed some bugs in the interrupt test.
- Fixed a bug in Outgoing where the interrupt exception could be
swallowed.
Diffstat (limited to 'java/src/IceInternal/PropertyNames.java')
-rw-r--r-- | java/src/IceInternal/PropertyNames.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/java/src/IceInternal/PropertyNames.java b/java/src/IceInternal/PropertyNames.java index 13b03bc9b20..0d80e319830 100644 --- a/java/src/IceInternal/PropertyNames.java +++ b/java/src/IceInternal/PropertyNames.java @@ -6,7 +6,7 @@ // ICE_LICENSE file included in this distribution. // // ********************************************************************** -// Generated by makeprops.py from file ../config/PropertyNames.xml, Wed Aug 13 09:11:52 2014 +// Generated by makeprops.py from file ./config/PropertyNames.xml, Wed Aug 13 15:11:58 2014 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -179,6 +179,7 @@ public final class PropertyNames new Property("Ice\\.Warn\\.UnknownProperties", false, null), new Property("Ice\\.Warn\\.UnusedProperties", false, null), new Property("Ice\\.CacheMessageBuffers", false, null), + new Property("Ice\\.BackgroundIO", false, null), null }; |