mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 11:16:33 +03:00
Using shared var for variables names
This commit is contained in:
@@ -40,6 +40,7 @@ namespace collection {
|
||||
|
||||
class Collection {
|
||||
public:
|
||||
Collection(std::string a) : m_name(a) { }
|
||||
virtual ~Collection() { }
|
||||
virtual void store(std::string key, std::string value) = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user