X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/30e1eab53324523297a24c18819b27aba7ce1fb4..ed3dc989ebabe915888de3ffd83cbe5be0f99444:/apt-pkg/acquire-item.h diff --git a/apt-pkg/acquire-item.h b/apt-pkg/acquire-item.h index d550b33db..0b80ca1de 100644 --- a/apt-pkg/acquire-item.h +++ b/apt-pkg/acquire-item.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: acquire-item.h,v 1.10 1998/11/22 03:20:31 jgg Exp $ +// $Id: acquire-item.h,v 1.12 1998/12/11 06:32:34 jgg Exp $ /* ###################################################################### Acquire Item - Item to acquire @@ -12,6 +12,9 @@ Two item classes are provided to provide functionality for downloading of Index files and downloading of Packages. + A Archive class is provided for downloading .deb files. It does Md5 + checking and source location. + ##################################################################### */ /*}}}*/ #ifndef PKGLIB_ACQUIRE_ITEM_H @@ -111,9 +114,13 @@ class pkgAcqArchive : public pkgAcquire::Item pkgRecords *Recs; string MD5; string &StoreFilename; + pkgCache::VerFileIterator Vf; + + bool QueueNext(); public: + virtual void Failed(string Message); virtual void Done(string Message,unsigned long Size,string Md5Hash); virtual string Describe();