diff options
author | Jose <jose@zeroc.com> | 2016-04-18 22:39:01 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-04-18 22:39:01 +0200 |
commit | cb842d8220a79c44856d13c0ac42eb2c4f12c844 (patch) | |
tree | d9eee376716866116c1b010606be893b2023cf32 /cpp/src/Ice/LoggerI.h | |
parent | ICE-6913 - Missing IceBT/ConnectionInfo.h (diff) | |
parent | Update Java builder to use latest gradle builder (diff) | |
download | ice-cb842d8220a79c44856d13c0ac42eb2c4f12c844.tar.bz2 ice-cb842d8220a79c44856d13c0ac42eb2c4f12c844.tar.xz ice-cb842d8220a79c44856d13c0ac42eb2c4f12c844.zip |
Merge remote-tracking branch 'origin/3.6'
Diffstat (limited to 'cpp/src/Ice/LoggerI.h')
-rw-r--r-- | cpp/src/Ice/LoggerI.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/LoggerI.h b/cpp/src/Ice/LoggerI.h index b91a00a93a1..c48e768d1b4 100644 --- a/cpp/src/Ice/LoggerI.h +++ b/cpp/src/Ice/LoggerI.h @@ -44,12 +44,12 @@ private: std::string _file; std::size_t _sizeMax; - + // // In case of a log file rename failure is set to the time in milliseconds // after which rename could be attempted again. Otherwise is set to zero. // - Ice::Long _nextRetry; + IceUtil::Time _nextRetry; #if defined(_WIN32) && !defined(ICE_OS_WINRT) const IceUtil::StringConverterPtr _consoleConverter; #endif |