diff options
Diffstat (limited to 'paludis/repositories/e/layout.hh')
-rw-r--r-- | paludis/repositories/e/layout.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/paludis/repositories/e/layout.hh b/paludis/repositories/e/layout.hh index 659574778..3eeca4f10 100644 --- a/paludis/repositories/e/layout.hh +++ b/paludis/repositories/e/layout.hh @@ -152,6 +152,9 @@ namespace paludis virtual std::tr1::shared_ptr<MetadataValueKey<FSEntry> > accounts_repository_data_location_key() const PALUDIS_ATTRIBUTE((warn_unused_result)) = 0; + virtual std::tr1::shared_ptr<MetadataValueKey<FSEntry> > e_updates_location_key() const + PALUDIS_ATTRIBUTE((warn_unused_result)) = 0; + virtual FSEntry sync_filter_file() const; virtual void invalidate_masks() = 0; |