diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2014-09-05 15:07:16 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2014-09-05 15:07:16 -0230 |
commit | abd059f88aab8c27d22a3ff720e064caae7ad166 (patch) | |
tree | a83dea14d7a0dfa5feda327e8cabfa62799091a0 /js/src | |
parent | Minor OpenSSL build fix (diff) | |
download | ice-abd059f88aab8c27d22a3ff720e064caae7ad166.tar.bz2 ice-abd059f88aab8c27d22a3ff720e064caae7ad166.tar.xz ice-abd059f88aab8c27d22a3ff720e064caae7ad166.zip |
ICE-5659 remove Ice.MonitorConnections from properties
Diffstat (limited to 'js/src')
-rw-r--r-- | js/src/Ice/PropertyNames.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/js/src/Ice/PropertyNames.js b/js/src/Ice/PropertyNames.js index ffbe34abc1a..90f64e56955 100644 --- a/js/src/Ice/PropertyNames.js +++ b/js/src/Ice/PropertyNames.js @@ -6,7 +6,7 @@ // ICE_LICENSE file included in this distribution. // // ********************************************************************** -// Generated by makeprops.py from file ../config/PropertyNames.xml, Tue Sep 2 12:07:05 2014 +// Generated by makeprops.py from file ../config/PropertyNames.xml, Fri Sep 5 15:02:22 2014 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -124,7 +124,6 @@ PropertyNames.IceProps = new Property("/^Ice\.LogFile/", false, null), new Property("/^Ice\.LogStdErr\.Convert/", false, null), new Property("/^Ice\.MessageSizeMax/", false, null), - new Property("/^Ice\.MonitorConnections/", false, null), new Property("/^Ice\.Nohup/", false, null), new Property("/^Ice\.NullHandleAbort/", false, null), new Property("/^Ice\.Override\.CloseTimeout/", false, null), |