]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-item.h
Sync with Michael
[apt.git] / apt-pkg / acquire-item.h
index e6fc7fc47b7df7ad79da7acd8a4d07e5d58d92f5..da1bea801d7310557691a9d2470ffa2bf033466b 100644 (file)
@@ -151,9 +151,10 @@ class pkgAcqMetaIndex : public pkgAcquire::Item
    const vector<struct IndexTarget*>* IndexTargets;
    indexRecords* MetaIndexParser;
    bool AuthPass;
-   bool IMSHit; // required to fail gracefully on failures
+   // 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);