Places the classes related to audit log into a separate namespace

This commit is contained in:
Felipe Zimmerle
2016-01-14 14:25:33 -03:00
parent 2830525f89
commit b06eaadac7
14 changed files with 97 additions and 74 deletions

View File

@@ -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;
};