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

@@ -20,7 +20,7 @@
#ifndef SRC_ACTIONS_SET_VAR_H_
#define SRC_ACTIONS_SET_VAR_H_
namespace ModSecurity {
namespace modsecurity {
class Assay;
class Rule;
@@ -33,7 +33,7 @@ class SetVar : public Action {
bool evaluate(Rule *rule, Assay *assay) override;
void dump();
bool init(std::string *error);
bool init(std::string *error) override;
std::string collectionName;
std::string variableName;