mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Makes Rule a shared pointer
This commit is contained in:
@@ -39,10 +39,9 @@ class Rule;
|
||||
/** @ingroup ModSecurity_CPP_API */
|
||||
class RulesSetPhases {
|
||||
public:
|
||||
|
||||
~RulesSetPhases();
|
||||
|
||||
bool insert(Rule *rule);
|
||||
bool insert(std::shared_ptr<Rule> rule);
|
||||
|
||||
int append(RulesSetPhases *from, std::ostringstream *err);
|
||||
void dump() const;
|
||||
|
Reference in New Issue
Block a user