mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Renames class Assay to Transaction
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#ifndef SRC_UTILS_GEO_LOOKUP_H_
|
||||
#define SRC_UTILS_GEO_LOOKUP_H_
|
||||
|
||||
#include "modsecurity/assay.h"
|
||||
#include "modsecurity/transaction.h"
|
||||
|
||||
namespace modsecurity {
|
||||
namespace Utils {
|
||||
|
@@ -25,7 +25,7 @@
|
||||
#ifndef SRC_UTILS_HTTPS_CLIENT_H_
|
||||
#define SRC_UTILS_HTTPS_CLIENT_H_
|
||||
|
||||
#include "modsecurity/assay.h"
|
||||
#include "modsecurity/transaction.h"
|
||||
|
||||
namespace modsecurity {
|
||||
namespace Utils {
|
||||
|
@@ -21,7 +21,7 @@
|
||||
#ifndef SRC_UTILS_IP_TREE_H_
|
||||
#define SRC_UTILS_IP_TREE_H_
|
||||
|
||||
#include "modsecurity/assay.h"
|
||||
#include "modsecurity/transaction.h"
|
||||
#include "utils/msc_tree.h"
|
||||
|
||||
namespace modsecurity {
|
||||
|
Reference in New Issue
Block a user