mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Code cosmetics
This commit is contained in:
@@ -24,13 +24,15 @@ typedef struct Collection_t Collection;
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
#include <string>
|
||||
|
||||
namespace ModSecurity {
|
||||
|
||||
class Collection : public transaction::Variables {
|
||||
public:
|
||||
Collection(std::string name, std::string key)
|
||||
: m_name(name),
|
||||
m_key(key) { };
|
||||
m_key(key) { }
|
||||
|
||||
std::string m_name;
|
||||
clock_t m_createTime;
|
||||
|
@@ -61,7 +61,6 @@ class Variables :
|
||||
std::vector<const transaction::Variable *> *l);
|
||||
void resolveRegularExpression(const std::string& var,
|
||||
std::vector<const transaction::Variable *> *l);
|
||||
|
||||
};
|
||||
|
||||
} // namespace transaction
|
||||
|
Reference in New Issue
Block a user