summaryrefslogtreecommitdiff
path: root/gentoobrowse-api/service/maintenance/useLocalProcessor.h
diff options
context:
space:
mode:
Diffstat (limited to 'gentoobrowse-api/service/maintenance/useLocalProcessor.h')
-rw-r--r--gentoobrowse-api/service/maintenance/useLocalProcessor.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gentoobrowse-api/service/maintenance/useLocalProcessor.h b/gentoobrowse-api/service/maintenance/useLocalProcessor.h
index d4fb59f..4e4bace 100644
--- a/gentoobrowse-api/service/maintenance/useLocalProcessor.h
+++ b/gentoobrowse-api/service/maintenance/useLocalProcessor.h
@@ -10,7 +10,9 @@ namespace Gentoo {
namespace Service {
class UseLocalProcessor : public AbstractFileProcessor {
public:
- static const int FILETYPEID;
+ unsigned char phase() const override;
+ unsigned char order() const override;
+ bool match(const PathParts & pp) const override;
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;