diff options
author | 2010-03-11 18:29:40 +0100 | |
---|---|---|
committer | 2010-03-11 17:39:59 +0000 | |
commit | 9f50693474e974ecdf7fd0f02f358c4e50858d27 (patch) | |
tree | 5240ebada8380e0625e8bcc0b3ae28f461895b5f /paludis/repositories/e/e_installed_repository.hh | |
parent | ef5d3ecffec6ee97bbd213fbc5569de904191aed (diff) | |
download | paludis-9f50693474e974ecdf7fd0f02f358c4e50858d27.tar.gz paludis-9f50693474e974ecdf7fd0f02f358c4e50858d27.tar.xz |
Add is_unimportant() to Repositories
Only returns true for UnwrittenRepositories and UnavailableRepositories
for now, to be used in disambiguation
Diffstat (limited to 'paludis/repositories/e/e_installed_repository.hh')
-rw-r--r-- | paludis/repositories/e/e_installed_repository.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/paludis/repositories/e/e_installed_repository.hh b/paludis/repositories/e/e_installed_repository.hh index b9c92ba90..9c6d9dba7 100644 --- a/paludis/repositories/e/e_installed_repository.hh +++ b/paludis/repositories/e/e_installed_repository.hh @@ -77,6 +77,8 @@ namespace paludis virtual std::tr1::shared_ptr<const CategoryNamePartSet> unimportant_category_names() const; + virtual const bool is_unimportant() const; + virtual bool some_ids_might_support_action(const SupportsActionTestBase &) const; HookResult perform_hook(const Hook & hook) |