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

@@ -177,10 +177,10 @@ libmodsecurity_la_SOURCES = \
parser/seclang-scanner.ll \
parser/driver.cc \
transaction.cc \
audit_log.cc \
audit_log_writer.cc \
audit_log_writer_serial.cc \
audit_log_writer_parallel.cc \
audit_log/audit_log.cc \
audit_log/writer.cc \
audit_log/writer/serial.cc \
audit_log/writer/parallel.cc \
modsecurity.cc \
rules.cc \
utils.cc \