mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-21 03:26:42 +03:00
Renames class Assay to Transaction
This commit is contained in:
@@ -20,10 +20,10 @@
|
||||
#ifndef SRC_ACTIONS_INIT_COL_H_
|
||||
#define SRC_ACTIONS_INIT_COL_H_
|
||||
|
||||
class Assay;
|
||||
class Transaction;
|
||||
|
||||
namespace modsecurity {
|
||||
class Assay;
|
||||
class Transaction;
|
||||
namespace actions {
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ class InitCol : public Action {
|
||||
public:
|
||||
explicit InitCol(std::string action);
|
||||
|
||||
bool evaluate(Rule *rule, Assay *assay) override;
|
||||
bool evaluate(Rule *rule, Transaction *transaction) override;
|
||||
bool init(std::string *error) override;
|
||||
private:
|
||||
std::string m_collection_key;
|
||||
|
||||
Reference in New Issue
Block a user