mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 19:47:47 +03:00
Renames class Assay to Transaction
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
namespace modsecurity {
|
||||
|
||||
class Assay;
|
||||
class Transaction;
|
||||
namespace Variables {
|
||||
|
||||
class TimeEpoch : public Variable {
|
||||
@@ -33,7 +33,7 @@ class TimeEpoch : public Variable {
|
||||
explicit TimeEpoch(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