diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:09 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:09 +0000 |
commit | 24231681aa99e84c8a6aae5e54b7e207e19d6087 (patch) | |
tree | 65cbe883a45c8a0ca042123c9e2ffb0c993a0903 /apt-pkg/acquire-worker.cc | |
parent | 0a8a80e58374771acc225fe1e08ed8e0fe0016cc (diff) |
Sync
Author: jgg
Date: 1998-10-23 00:49:58 GMT
Sync
Diffstat (limited to 'apt-pkg/acquire-worker.cc')
-rw-r--r-- | apt-pkg/acquire-worker.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/apt-pkg/acquire-worker.cc b/apt-pkg/acquire-worker.cc index 756b30959..58f67d979 100644 --- a/apt-pkg/acquire-worker.cc +++ b/apt-pkg/acquire-worker.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: acquire-worker.cc,v 1.4 1998/10/22 04:56:40 jgg Exp $ +// $Id: acquire-worker.cc,v 1.5 1998/10/23 00:49:58 jgg Exp $ /* ###################################################################### Acquire Worker @@ -167,7 +167,6 @@ bool pkgAcquire::Worker::ReadMessages() return true; } /*}}}*/ - // Worker::RunMessage - Empty the message queue /*{{{*/ // --------------------------------------------------------------------- /* This takes the messages from the message queue and runs them through |