diff options
author | Jose <jose@zeroc.com> | 2013-07-26 22:22:29 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2013-07-26 22:22:29 +0200 |
commit | 19d2de617bc2e86f574e5f140d3f9d6ddad124bb (patch) | |
tree | 5be0a5ad8b9da954903d438c63556ad73b79feac /cpp/src | |
parent | IceGrid GUI minor fix (diff) | |
download | ice-19d2de617bc2e86f574e5f140d3f9d6ddad124bb.tar.bz2 ice-19d2de617bc2e86f574e5f140d3f9d6ddad124bb.tar.xz ice-19d2de617bc2e86f574e5f140d3f9d6ddad124bb.zip |
ICE-5337 - Added MetricsConfigs, and update MetricsAdmin to sliced format.
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Ice/PropertyNames.cpp | 3 | ||||
-rw-r--r-- | cpp/src/Ice/PropertyNames.h | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/cpp/src/Ice/PropertyNames.cpp b/cpp/src/Ice/PropertyNames.cpp index 2bc22807c11..9408c91975f 100644 --- a/cpp/src/Ice/PropertyNames.cpp +++ b/cpp/src/Ice/PropertyNames.cpp @@ -8,7 +8,7 @@ // ********************************************************************** // -// Generated by makeprops.py from file ./config/PropertyNames.xml, Tue Mar 19 08:07:05 2013 +// Generated by makeprops.py from file ./config/PropertyNames.xml, Fri Jul 26 17:20:59 2013 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -236,6 +236,7 @@ const IceInternal::PropertyArray const IceInternal::Property IceGridAdminPropsData[] = { IceInternal::Property("IceGridAdmin.AuthenticateUsingSSL", false, 0), + IceInternal::Property("IceGridAdmin.MetricsConfigs", false, 0), IceInternal::Property("IceGridAdmin.Username", false, 0), IceInternal::Property("IceGridAdmin.Password", false, 0), IceInternal::Property("IceGridAdmin.Replica", false, 0), diff --git a/cpp/src/Ice/PropertyNames.h b/cpp/src/Ice/PropertyNames.h index d25341799bf..261749016e2 100644 --- a/cpp/src/Ice/PropertyNames.h +++ b/cpp/src/Ice/PropertyNames.h @@ -8,7 +8,7 @@ // ********************************************************************** // -// Generated by makeprops.py from file ./config/PropertyNames.xml, Tue Mar 19 08:07:05 2013 +// Generated by makeprops.py from file ./config/PropertyNames.xml, Fri Jul 26 17:20:59 2013 // IMPORTANT: Do not edit this file -- any edits made here will be lost! |