Renames class Assay to Transaction

This commit is contained in:
Felipe Zimmerle
2016-01-13 14:38:37 -03:00
parent f3fd5d6621
commit a51e707517
249 changed files with 2961 additions and 1235 deletions

View File

@@ -23,7 +23,7 @@
#ifdef __cplusplus
namespace modsecurity {
class Assay;
class Transaction;
namespace actions {
namespace transformations {
@@ -32,7 +32,7 @@ class Base64DecodeExt : public Transformation {
public:
explicit Base64DecodeExt(std::string action);
std::string evaluate(std::string exp,
Assay *assay) override;
Transaction *transaction) override;
};
} // namespace transformations