diff options
author | Benoit Foucher <benoit@zeroc.com> | 2014-07-15 12:59:43 +0200 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2014-07-15 12:59:43 +0200 |
commit | 1652b782824c9c24638512b57b74dae8745d2c79 (patch) | |
tree | ebf6200f98a6ede37d47028447e32e0197aa8f8b /cpp/src/Ice/PropertyNames.cpp | |
parent | Fixed Java IceWS bug which was cuasing 100% CPU usage for Ice client/server (diff) | |
download | ice-1652b782824c9c24638512b57b74dae8745d2c79.tar.bz2 ice-1652b782824c9c24638512b57b74dae8745d2c79.tar.xz ice-1652b782824c9c24638512b57b74dae8745d2c79.zip |
Fixed ICE-4611: added finder objects for locator/router/IceStorm to allow easily retrieving proxies without knowning the instance name
Diffstat (limited to 'cpp/src/Ice/PropertyNames.cpp')
-rw-r--r-- | cpp/src/Ice/PropertyNames.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/src/Ice/PropertyNames.cpp b/cpp/src/Ice/PropertyNames.cpp index acadc7fb151..475a08db4b2 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, Wed Jul 9 18:08:33 2014 +// Generated by makeprops.py from file ./config/PropertyNames.xml, Tue Jul 15 11:44:29 2014 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -1047,6 +1047,8 @@ const IceInternal::PropertyArray const IceInternal::Property IceStormAdminPropsData[] = { IceInternal::Property("IceStormAdmin.TopicManager.*", false, 0), + IceInternal::Property("IceStormAdmin.Host", false, 0), + IceInternal::Property("IceStormAdmin.Port", false, 0), }; const IceInternal::PropertyArray |