summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortschoening <tschoening@13f79535-47bb-0310-9956-ffa450edef68>2016-04-05 14:35:39 +0000
committertschoening <tschoening@13f79535-47bb-0310-9956-ffa450edef68>2016-04-05 14:35:39 +0000
commitb11deca45bd06088f54a1521adc561dcd2e5ad23 (patch)
tree70b3115ef2bf05580c6355c204b93b026a18dabc
parent2614cd49525e3b3c32c479981d53ced33031fc83 (diff)
downloadlog4cxx-b11deca45bd06088f54a1521adc561dcd2e5ad23.tar.gz
code style
git-svn-id: http://svn.apache.org/repos/asf/incubator/log4cxx/trunk@1737844 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--src/main/include/log4cxx/rolling/timebasedrollingpolicy.h8
1 files changed, 3 insertions, 5 deletions
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.