From 6945cb45acb4f215f347cc0bbc7a55d10ea054b1 Mon Sep 17 00:00:00 2001 From: Ciaran McCreesh Date: Wed, 14 Oct 2009 19:28:18 +0100 Subject: Hooks don't need an interface. --- paludis/repositories/e/e_installed_repository.hh | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (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 4b9660c78..76427b09d 100644 --- a/paludis/repositories/e/e_installed_repository.hh +++ b/paludis/repositories/e/e_installed_repository.hh @@ -45,7 +45,6 @@ namespace paludis public Repository, public RepositoryEnvironmentVariableInterface, public RepositoryDestinationInterface, - public RepositoryHookInterface, private PrivateImplementationPattern { private: @@ -74,17 +73,15 @@ namespace paludis virtual bool want_pre_post_phases() const PALUDIS_ATTRIBUTE((warn_unused_result)); - /* RepositoryHookInterface */ - - virtual HookResult perform_hook(const Hook & hook) const - PALUDIS_ATTRIBUTE((warn_unused_result)); - /* Repository */ virtual std::tr1::shared_ptr unimportant_category_names() const; virtual bool some_ids_might_support_action(const SupportsActionTestBase &) const; + virtual HookResult perform_hook(const Hook & hook) const + PALUDIS_ATTRIBUTE((warn_unused_result)); + ///\name For use by EInstalledRepositoryID ///\{ -- cgit v1.2.3