]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-item.h
* cmdline/apt-mark:
[apt.git] / apt-pkg / acquire-item.h
index c34b5ef698bc40d560d79d9868a701bca14a631a..da1bea801d7310557691a9d2470ffa2bf033466b 100644 (file)
@@ -151,8 +151,10 @@ class pkgAcqMetaIndex : public pkgAcquire::Item
    const vector<struct IndexTarget*>* IndexTargets;
    indexRecords* MetaIndexParser;
    bool AuthPass;
+   // required to deal gracefully with problems caused by incorrect ims hits
+   bool IMSHit; 
 
-   bool VerifyVendor();
+   bool VerifyVendor(string Message);
    void RetrievalDone(string Message);
    void AuthDone(string Message);
    void QueueIndexes(bool verify);