mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Places the classes related to audit log into a separate namespace
This commit is contained in:
@@ -33,7 +33,9 @@
|
||||
|
||||
namespace modsecurity {
|
||||
class Rule;
|
||||
namespace audit_log {
|
||||
class AuditLog;
|
||||
}
|
||||
namespace actions {
|
||||
class Action;
|
||||
}
|
||||
@@ -207,7 +209,7 @@ class RulesProperties {
|
||||
|
||||
std::ostringstream parserError;
|
||||
|
||||
AuditLog *audit_log;
|
||||
audit_log::AuditLog *audit_log;
|
||||
|
||||
OnFailedRemoteRulesAction remoteRulesActionOnFailed;
|
||||
};
|
||||
|
Reference in New Issue
Block a user