]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debmetaindex.h
cachefile: Only set members that were initialized successfully
[apt.git] / apt-pkg / deb / debmetaindex.h
index 37515f934e3b2b328d032b1fde4b1828a98ea032..2bb9ed69305c47f8776acfa9d47e595e798e8bf2 100644 (file)
@@ -58,6 +58,8 @@ class APT_HIDDEN debReleaseIndex : public metaIndex
    bool SetSignedBy(std::string const &SignedBy);
 
    virtual bool IsTrusted() const APT_OVERRIDE;
+   bool IsArchitectureSupported(std::string const &arch) const;
+   bool IsArchitectureAllSupportedFor(IndexTarget const &target) const;
 
    void AddComponent(std::string const &sourcesEntry,
         bool const isSrc, std::string const &Name,