mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Renames namespace Variables to variables
This commit is contained in:
@@ -41,7 +41,7 @@ class Transaction;
|
||||
namespace Utils {
|
||||
class Regex;
|
||||
}
|
||||
namespace Variables {
|
||||
namespace variables {
|
||||
class KeyExclusions;
|
||||
}
|
||||
|
||||
@@ -86,7 +86,7 @@ class AnchoredSetVariable : public std::unordered_multimap<std::string,
|
||||
|
||||
void resolve(std::vector<const VariableValue *> *l);
|
||||
void resolve(std::vector<const VariableValue *> *l,
|
||||
Variables::KeyExclusions &ke);
|
||||
variables::KeyExclusions &ke);
|
||||
|
||||
void resolve(const std::string &key,
|
||||
std::vector<const VariableValue *> *l);
|
||||
@@ -96,7 +96,7 @@ class AnchoredSetVariable : public std::unordered_multimap<std::string,
|
||||
|
||||
void resolveRegularExpression(Utils::Regex *r,
|
||||
std::vector<const VariableValue *> *l,
|
||||
Variables::KeyExclusions &ke);
|
||||
variables::KeyExclusions &ke);
|
||||
|
||||
std::unique_ptr<std::string> resolveFirst(const std::string &key);
|
||||
|
||||
|
Reference in New Issue
Block a user