diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:28 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:28 +0000 |
commit | a656821931a863ffcf46a719a57206eb0d2b11b3 (patch) | |
tree | 8db36c9a2e5626d224ea9cbd174978e8edc90b86 /apt-pkg/acquire.h | |
parent | ac2b6b5e14b9f45ef78b1b51ca8fa60a3fca5818 (diff) |
Wow
Author: jgg
Date: 1998-11-13 07:08:48 GMT
Wow
Diffstat (limited to 'apt-pkg/acquire.h')
-rw-r--r-- | apt-pkg/acquire.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/apt-pkg/acquire.h b/apt-pkg/acquire.h index c85a7aef7..036a497f4 100644 --- a/apt-pkg/acquire.h +++ b/apt-pkg/acquire.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: acquire.h,v 1.11 1998/11/12 04:10:55 jgg Exp $ +// $Id: acquire.h,v 1.12 1998/11/13 07:08:55 jgg Exp $ /* ###################################################################### Acquire - File Acquiration @@ -101,6 +101,10 @@ class pkgAcquire // Cleans out the download dir bool Clean(string Dir); + + // Returns the size of the total download set + unsigned long TotalNeeded(); + unsigned long FetchNeeded(); pkgAcquire(pkgAcquireStatus *Log = 0); ~pkgAcquire(); @@ -210,7 +214,7 @@ class pkgAcquireStatus virtual void Pulse(pkgAcquire *Owner); virtual void Start(); virtual void Stop(); - + pkgAcquireStatus(); virtual ~pkgAcquireStatus() {}; }; |