]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/acquire-item.h
* removed the remaining #ifdef __GNUG__ that are no longer required
[apt.git] / apt-pkg / acquire-item.h
index c34b5ef698bc40d560d79d9868a701bca14a631a..b47e198d8e5b381d8ff69276023dccfb30dac88f 100644 (file)
@@ -27,9 +27,6 @@
 #include <apt-pkg/pkgrecords.h>
 #include <apt-pkg/indexrecords.h>
 
-#ifdef __GNUG__
-#pragma interface "apt-pkg/acquire-item.h"
-#endif 
 
 // Item to acquire
 class pkgAcquire::Item
@@ -151,8 +148,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);