From 9f50693474e974ecdf7fd0f02f358c4e50858d27 Mon Sep 17 00:00:00 2001 From: Paul Mulders Date: Thu, 11 Mar 2010 18:29:40 +0100 Subject: Add is_unimportant() to Repositories Only returns true for UnwrittenRepositories and UnavailableRepositories for now, to be used in disambiguation --- paludis/repositories/e/e_installed_repository.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'paludis/repositories/e/e_installed_repository.hh') 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 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) -- cgit v1.2.3