Changes library namespace from ModSecurity to modsecurity

This commit is contained in:
Felipe Zimmerle
2015-11-30 14:12:54 -03:00
parent a69e49a1b0
commit b5a43871e6
283 changed files with 377 additions and 376 deletions

View File

@@ -21,7 +21,7 @@
#include "request_body_processor/multipart_blob.h"
namespace ModSecurity {
namespace modsecurity {
namespace RequestBodyProcessor {
Multipart::Multipart(std:: string header, Assay *assay)

View File

@@ -22,7 +22,7 @@
#include "modsecurity/assay.h"
namespace ModSecurity {
namespace modsecurity {
namespace RequestBodyProcessor {
class Multipart {

View File

@@ -20,7 +20,7 @@
#include <string>
namespace ModSecurity {
namespace modsecurity {
namespace RequestBodyProcessor {
MultipartBlob::MultipartBlob(const std::string &blob, Multipart *parent)

View File

@@ -21,7 +21,7 @@
#ifndef SRC_REQUEST_BODY_PROCESSOR_MULTIPART_BLOB_H_
#define SRC_REQUEST_BODY_PROCESSOR_MULTIPART_BLOB_H_
namespace ModSecurity {
namespace modsecurity {
namespace RequestBodyProcessor {
class MultipartBlob {