diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:50 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:50 +0000 |
commit | 542ec555f1d484a299b56e35655756d78716f102 (patch) | |
tree | aac5b14d4831b01214c19660c4130f0363dc3030 /apt-pkg/acquire-worker.h | |
parent | f46e768107c0250eb0609a89a74b66ab3c9d8cec (diff) |
CDROM support
Author: jgg
Date: 1998-12-04 21:16:46 GMT
CDROM support
Diffstat (limited to 'apt-pkg/acquire-worker.h')
-rw-r--r-- | apt-pkg/acquire-worker.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/apt-pkg/acquire-worker.h b/apt-pkg/acquire-worker.h index 95ba340ac..29bdcc299 100644 --- a/apt-pkg/acquire-worker.h +++ b/apt-pkg/acquire-worker.h @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: acquire-worker.h,v 1.7 1998/11/09 01:09:24 jgg Exp $ +// $Id: acquire-worker.h,v 1.8 1998/12/04 21:16:48 jgg Exp $ /* ###################################################################### Acquire Worker - Worker process manager @@ -61,7 +61,8 @@ class pkgAcquire::Worker // The message handlers bool Capabilities(string Message); bool SendConfiguration(); - + bool MediaChange(string Message); + bool MethodFailure(); void ItemDone(); |