summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2014-09-05 15:07:16 -0230
committerDwayne Boone <dwayne@zeroc.com>2014-09-05 15:07:16 -0230
commitabd059f88aab8c27d22a3ff720e064caae7ad166 (patch)
treea83dea14d7a0dfa5feda327e8cabfa62799091a0
parentMinor OpenSSL build fix (diff)
downloadice-abd059f88aab8c27d22a3ff720e064caae7ad166.tar.bz2
ice-abd059f88aab8c27d22a3ff720e064caae7ad166.tar.xz
ice-abd059f88aab8c27d22a3ff720e064caae7ad166.zip
ICE-5659 remove Ice.MonitorConnections from properties
-rw-r--r--config/PropertyNames.xml1
-rw-r--r--cpp/src/Ice/PropertyNames.cpp3
-rw-r--r--cpp/src/Ice/PropertyNames.h2
-rw-r--r--cs/src/Ice/PropertyNames.cs3
-rw-r--r--java/src/IceInternal/PropertyNames.java3
-rw-r--r--js/src/Ice/PropertyNames.js3
6 files changed, 5 insertions, 10 deletions
diff --git a/config/PropertyNames.xml b/config/PropertyNames.xml
index 5d0ea3855ba..68390655b2f 100644
--- a/config/PropertyNames.xml
+++ b/config/PropertyNames.xml
@@ -353,7 +353,6 @@ generated from the section label.
<property name="LogFile" />
<property name="LogStdErr.Convert"/>
<property name="MessageSizeMax" />
- <property name="MonitorConnections" />
<property name="Nohup" />
<property name="NullHandleAbort" />
<property name="Override.CloseTimeout" />
diff --git a/cpp/src/Ice/PropertyNames.cpp b/cpp/src/Ice/PropertyNames.cpp
index e5b2f8e567c..9f175ad76ca 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, 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!
@@ -121,7 +121,6 @@ const IceInternal::Property IcePropsData[] =
IceInternal::Property("Ice.LogFile", false, 0),
IceInternal::Property("Ice.LogStdErr.Convert", false, 0),
IceInternal::Property("Ice.MessageSizeMax", false, 0),
- IceInternal::Property("Ice.MonitorConnections", false, 0),
IceInternal::Property("Ice.Nohup", false, 0),
IceInternal::Property("Ice.NullHandleAbort", false, 0),
IceInternal::Property("Ice.Override.CloseTimeout", false, 0),
diff --git a/cpp/src/Ice/PropertyNames.h b/cpp/src/Ice/PropertyNames.h
index 6eebeed1e10..59faf1f2ddc 100644
--- a/cpp/src/Ice/PropertyNames.h
+++ b/cpp/src/Ice/PropertyNames.h
@@ -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!
diff --git a/cs/src/Ice/PropertyNames.cs b/cs/src/Ice/PropertyNames.cs
index dfba2a0231f..241e59f4114 100644
--- a/cs/src/Ice/PropertyNames.cs
+++ b/cs/src/Ice/PropertyNames.cs
@@ -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!
@@ -123,7 +123,6 @@ namespace IceInternal
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),
diff --git a/java/src/IceInternal/PropertyNames.java b/java/src/IceInternal/PropertyNames.java
index 055887c2a8b..8bdc3158420 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, 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!
@@ -123,7 +123,6 @@ public final class PropertyNames
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),
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),