mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Add missing statements
This commit is contained in:
parent
63bef3d142
commit
d285bc02b8
@ -156,7 +156,7 @@ class AuditLog {
|
|||||||
bool setFilePath1(const std::basic_string<char>& path);
|
bool setFilePath1(const std::basic_string<char>& path);
|
||||||
bool setFilePath2(const std::basic_string<char>& path);
|
bool setFilePath2(const std::basic_string<char>& path);
|
||||||
bool setStorageDir(const std::basic_string<char>& path);
|
bool setStorageDir(const std::basic_string<char>& path);
|
||||||
bool setFormat(AuditLogFormat format);
|
bool setFormat(AuditLogFormat fmt);
|
||||||
|
|
||||||
int getDirectoryPermission();
|
int getDirectoryPermission();
|
||||||
int getFilePermission();
|
int getFilePermission();
|
||||||
|
@ -59,6 +59,7 @@ AuditLog::AuditLog()
|
|||||||
m_parts(-1),
|
m_parts(-1),
|
||||||
m_status(NotSetLogStatus),
|
m_status(NotSetLogStatus),
|
||||||
m_type(NotSetAuditLogType),
|
m_type(NotSetAuditLogType),
|
||||||
|
m_format(NotSetAuditLogFormat),
|
||||||
m_relevant(""),
|
m_relevant(""),
|
||||||
m_writer(NULL),
|
m_writer(NULL),
|
||||||
m_refereceCount(1) { }
|
m_refereceCount(1) { }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user