mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 11:44:32 +03:00
Places class Driver under the Parser namespace
This commit is contained in:
@@ -36,10 +36,12 @@ using ModSecurity::Rules;
|
||||
|
||||
|
||||
# define YY_DECL \
|
||||
yy::seclang_parser::symbol_type yylex(Driver& driver)
|
||||
yy::seclang_parser::symbol_type yylex(ModSecurity::Parser::Driver& driver)
|
||||
|
||||
YY_DECL;
|
||||
|
||||
namespace ModSecurity {
|
||||
namespace Parser {
|
||||
|
||||
#ifdef __cplusplus
|
||||
class Driver;
|
||||
@@ -89,4 +91,7 @@ class Driver : public Rules {
|
||||
};
|
||||
|
||||
|
||||
} // namespace Parser
|
||||
} // namespace ModSecurity
|
||||
|
||||
#endif // SRC_PARSER_DRIVER_H_
|
||||
|
Reference in New Issue
Block a user