diff options
author | Bernard Normier <bernard@zeroc.com> | 2014-09-02 12:13:36 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2014-09-02 12:13:36 -0400 |
commit | 1586ee20fec415528cd0a5457d1d410fe2b15c59 (patch) | |
tree | f17b898ad090838ab17688bd007fcf38f6792776 /cpp/src/Ice/PropertyNames.cpp | |
parent | Minor JS build fix (diff) | |
download | ice-1586ee20fec415528cd0a5457d1d410fe2b15c59.tar.bz2 ice-1586ee20fec415528cd0a5457d1d410fe2b15c59.tar.xz ice-1586ee20fec415528cd0a5457d1d410fe2b15c59.zip |
More work on ICE-2400: the send log thread now uses a separate communicator to send log messages,
with two-ways calls. Removed ping thread.
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 01a2761c583..e5b2f8e567c 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, Fri Aug 29 11:20:17 2014 +// Generated by makeprops.py from file ../config/PropertyNames.xml, Tue Sep 2 12:07:05 2014 // IMPORTANT: Do not edit this file -- any edits made here will be lost! @@ -70,7 +70,7 @@ const IceInternal::Property IcePropsData[] = IceInternal::Property("Ice.Admin.Logger", false, 0), IceInternal::Property("Ice.Admin.Logger.KeepLogs", false, 0), IceInternal::Property("Ice.Admin.Logger.KeepTraces", false, 0), - IceInternal::Property("Ice.Admin.Logger.PingPeriod", false, 0), + IceInternal::Property("Ice.Admin.Logger.Properties", false, 0), IceInternal::Property("Ice.Admin.ServerId", false, 0), IceInternal::Property("Ice.BackgroundLocatorCacheUpdates", false, 0), IceInternal::Property("Ice.BatchAutoFlush", false, 0), |