Code cosmetics

This commit is contained in:
Felipe Zimmerle
2015-11-18 12:59:08 -03:00
parent 3c45a57130
commit de79848285
11 changed files with 37 additions and 32 deletions

View File

@@ -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;