diff options
Diffstat (limited to 'gentoobrowse-api/service/maintenance/masksProcessor.h')
-rw-r--r-- | gentoobrowse-api/service/maintenance/masksProcessor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gentoobrowse-api/service/maintenance/masksProcessor.h b/gentoobrowse-api/service/maintenance/masksProcessor.h index b92bd10..591c53a 100644 --- a/gentoobrowse-api/service/maintenance/masksProcessor.h +++ b/gentoobrowse-api/service/maintenance/masksProcessor.h @@ -12,6 +12,8 @@ namespace Gentoo { public: static const int FILETYPEID; + MasksProcessor(bool); + void created(DB::Connection * dbc, int64_t repoid, const Gentoo::StringList & fn, const boost::filesystem::path & path) override; void modified(DB::Connection * dbc, int64_t repoid, const Gentoo::StringList & fn, const boost::filesystem::path & path) override; void deleted(DB::Connection * dbc, int64_t repoid, const Gentoo::StringList & fn) override; |