Adds all variables to the 'Variables' name space

This commit is contained in:
Felipe Zimmerle
2015-07-22 22:36:30 -03:00
parent 261ee9f115
commit 16bb253d0e
23 changed files with 106 additions and 74 deletions

View File

@@ -32,6 +32,7 @@ namespace ModSecurity {
using operators::Operator;
using actions::Action;
using Variables::Variable;
Rule::Rule(Operator *_op,
std::vector<Variable *> *_variables,