A3t::findPattern

- Now parses patterns and extracts the pattern, which may include escaped /
  characters, which is an improvement.
This commit is contained in:
Paul Beckingham
2013-08-31 12:24:30 -04:00
parent 96a06eafbf
commit 2281c5a6bf
4 changed files with 36 additions and 4 deletions

View File

@@ -46,6 +46,7 @@ private:
void findCommand ();
void findFileOverride ();
void findConfigOverride ();
void findPattern ();
void validate ();
private:
@@ -55,4 +56,4 @@ private:
#endif
////////////////////////////////////////////////////////////////////////////////