diff options
author | 2008-10-24 09:32:40 +0100 | |
---|---|---|
committer | 2008-10-24 09:32:40 +0100 | |
commit | 7cd0c2d122a5b38c5a925dac52b429c99e7f5085 (patch) | |
tree | 3263a593a314a0f91c8d14005b61a8a134325ae1 /paludis/repositories/e/e_installed_repository.hh | |
parent | 95de300935276509248c6ad2f6a08bf458ef290c (diff) | |
download | paludis-7cd0c2d122a5b38c5a925dac52b429c99e7f5085.tar.gz paludis-7cd0c2d122a5b38c5a925dac52b429c99e7f5085.tar.xz |
Paludis is about choices.
Diffstat (limited to 'paludis/repositories/e/e_installed_repository.hh')
-rw-r--r-- | paludis/repositories/e/e_installed_repository.hh | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/paludis/repositories/e/e_installed_repository.hh b/paludis/repositories/e/e_installed_repository.hh index d23b7beb3..5b0049dd8 100644 --- a/paludis/repositories/e/e_installed_repository.hh +++ b/paludis/repositories/e/e_installed_repository.hh @@ -32,7 +32,6 @@ namespace paludis class EInstalledRepository : public Repository, - public RepositoryUseInterface, public RepositorySetsInterface, public RepositoryEnvironmentVariableInterface, public RepositoryDestinationInterface, @@ -47,36 +46,6 @@ namespace paludis ~EInstalledRepository(); public: - /* RepositoryUseInterface */ - - virtual UseFlagState query_use(const UseFlagName &, const PackageID &) const - PALUDIS_ATTRIBUTE((warn_unused_result)); - - virtual bool query_use_mask(const UseFlagName &, const PackageID &) const - PALUDIS_ATTRIBUTE((warn_unused_result)); - - virtual bool query_use_force(const UseFlagName &, const PackageID &) const - PALUDIS_ATTRIBUTE((warn_unused_result)); - - virtual std::tr1::shared_ptr<const UseFlagNameSet> arch_flags() const - PALUDIS_ATTRIBUTE((warn_unused_result)); - - virtual std::tr1::shared_ptr<const UseFlagNameSet> use_expand_flags() const - PALUDIS_ATTRIBUTE((warn_unused_result)); - - virtual std::tr1::shared_ptr<const UseFlagNameSet> use_expand_hidden_prefixes() const - PALUDIS_ATTRIBUTE((warn_unused_result)); - - virtual std::tr1::shared_ptr<const UseFlagNameSet> use_expand_prefixes() const - PALUDIS_ATTRIBUTE((warn_unused_result)); - - virtual char use_expand_separator(const PackageID &) const - PALUDIS_ATTRIBUTE((warn_unused_result)); - - virtual std::string describe_use_flag(const UseFlagName &, - const PackageID &) const - PALUDIS_ATTRIBUTE((warn_unused_result)); - /* RepositorySetsInterface */ virtual std::tr1::shared_ptr<SetSpecTree::ConstItem> package_set(const SetName & id) const |