code style
Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/5e33d7b1 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/5e33d7b1 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/5e33d7b1 Branch: refs/heads/master Commit: 5e33d7b1dfbb21f56085a853e6bc969295dad57e Parents: 1752fd5 Author: Thorsten Schöning <[email protected]> Authored: Tue Apr 5 14:35:39 2016 +0000 Committer: Thorsten Schöning <[email protected]> Committed: Tue Apr 5 14:35:39 2016 +0000 ---------------------------------------------------------------------- src/main/include/log4cxx/rolling/timebasedrollingpolicy.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/5e33d7b1/src/main/include/log4cxx/rolling/timebasedrollingpolicy.h ---------------------------------------------------------------------- diff --git a/src/main/include/log4cxx/rolling/timebasedrollingpolicy.h b/src/main/include/log4cxx/rolling/timebasedrollingpolicy.h index 254b2fe..284d7a5 100644 --- a/src/main/include/log4cxx/rolling/timebasedrollingpolicy.h +++ b/src/main/include/log4cxx/rolling/timebasedrollingpolicy.h @@ -135,9 +135,6 @@ namespace log4cxx { * <code> TimeBasedRollingPolicy</code> must be called <em>before</em> calling * the {@link #activateOptions} method of the owning * <code>RollingFileAppender</code>. - * - * - * */ class LOG4CXX_EXPORT TimeBasedRollingPolicy : public RollingPolicyBase, public TriggeringPolicy { @@ -168,14 +165,14 @@ namespace log4cxx { * pool for mmap handler * */ log4cxx::helpers::Pool* _mmapPool; - + /** * mmap file descriptor */ apr_file_t* _file_map; /** - * mmap file name + * mmap file name */ std::string _mapFileName; @@ -183,6 +180,7 @@ namespace log4cxx { * lock file handle * */ apr_file_t* _lock_file; + /** * Check nextCheck if it has already been set * Timebased rolling policy has an issue when working at low rps.
