diff options
author | Matthew Newhook <matthew@zeroc.com> | 2014-09-29 09:55:29 -0230 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2014-09-29 09:55:29 -0230 |
commit | 7af331ec1cad3e49b20c151ced92c86b8d2feb13 (patch) | |
tree | e1c8e4266cfdd4a9fdc330d74690737418aa0dbb /cpp/src/Ice/PropertyNames.cpp | |
parent | Improved fix for ICE-5693 and update of request handler (diff) | |
download | ice-7af331ec1cad3e49b20c151ced92c86b8d2feb13.tar.bz2 ice-7af331ec1cad3e49b20c151ced92c86b8d2feb13.tar.xz ice-7af331ec1cad3e49b20c151ced92c86b8d2feb13.zip |
Renamed Ice.BackgroundIO to Ice.ThreadInterruptSafe
Fixed some warnings.
Diffstat (limited to 'cpp/src/Ice/PropertyNames.cpp')
-rw-r--r-- | cpp/src/Ice/PropertyNames.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/PropertyNames.cpp b/cpp/src/Ice/PropertyNames.cpp index bad41d3a756..1904563332e 100644 --- a/cpp/src/Ice/PropertyNames.cpp +++ b/cpp/src/Ice/PropertyNames.cpp @@ -6,7 +6,7 @@ // ICE_LICENSE file included in this distribution. // // ********************************************************************** -// Generated by makeprops.py from file ../config/PropertyNames.xml, Thu Sep 25 17:13:47 2014 +// Generated by makeprops.py from file ./config/PropertyNames.xml, Mon Sep 29 09:49:33 2014 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -183,7 +183,7 @@ const IceInternal::Property IcePropsData[] = IceInternal::Property("Ice.Warn.UnknownProperties", false, 0), IceInternal::Property("Ice.Warn.UnusedProperties", false, 0), IceInternal::Property("Ice.CacheMessageBuffers", false, 0), - IceInternal::Property("Ice.BackgroundIO", false, 0), + IceInternal::Property("Ice.ThreadInterruptSafe", false, 0), }; const IceInternal::PropertyArray |