mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-17 01:51:52 +03:00
Renames class Assay to Transaction
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
namespace modsecurity {
|
||||
|
||||
class Assay;
|
||||
class Transaction;
|
||||
namespace Variables {
|
||||
|
||||
class Time : public Variable {
|
||||
@@ -34,7 +34,7 @@ class Time : public Variable {
|
||||
explicit Time(std::string _name)
|
||||
: Variable(_name) { }
|
||||
|
||||
void evaluateInternal(Assay *assay,
|
||||
void evaluateInternal(Transaction *transaction,
|
||||
std::vector<const transaction::Variable *> *l) override;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user