diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:50:57 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:50:57 +0000 |
commit | 8ce4327bc0d3f2695b936391c856cc80de6c0d83 (patch) | |
tree | 1ba165575c80bb48909f56b2c1e875524c65ebab /apt-pkg/contrib/progress.h | |
parent | 1a7c9eba99a9521a7722be37d6bafe5fa4936630 (diff) |
More progress updates
Author: jgg
Date: 1998-08-26 04:52:23 GMT
More progress updates
Diffstat (limited to 'apt-pkg/contrib/progress.h')
-rw-r--r-- | apt-pkg/contrib/progress.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apt-pkg/contrib/progress.h b/apt-pkg/contrib/progress.h index e3530cdcb..554cb16ea 100644 --- a/apt-pkg/contrib/progress.h +++ b/apt-pkg/contrib/progress.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: progress.h,v 1.2 1998/08/23 03:52:23 jgg Exp $ +// $Id: progress.h,v 1.3 1998/08/26 04:52:29 jgg Exp $ /* ###################################################################### OpProgress - Operation Progress @@ -56,6 +56,7 @@ class OpProgress public: void Progress(unsigned long Current); + void SubProgress(unsigned long SubTotal); void SubProgress(unsigned long SubTotal,string Op); void OverallProgress(unsigned long Current,unsigned long Total, unsigned long Size,string Op); |