diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:35 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:35 +0000 |
commit | 7d8afa391c5cd04e797a2b41fe3b946631254995 (patch) | |
tree | 3b2eeb405474531270951c1c17ae6bba016dbd16 /apt-pkg/acquire.cc | |
parent | f7a08e33bc039e967bf38c2ef78cbb7cd7bb658d (diff) |
Retry support
Author: jgg
Date: 1999-01-30 08:08:54 GMT
Retry support
Diffstat (limited to 'apt-pkg/acquire.cc')
-rw-r--r-- | apt-pkg/acquire.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/acquire.cc b/apt-pkg/acquire.cc index 8b1f522f9..6457fa659 100644 --- a/apt-pkg/acquire.cc +++ b/apt-pkg/acquire.cc @@ -1,6 +1,6 @@ // -*- mode: cpp; mode: fold -*- // Description /*{{{*/ -// $Id: acquire.cc,v 1.25 1999/01/30 06:07:24 jgg Exp $ +// $Id: acquire.cc,v 1.26 1999/01/30 08:08:54 jgg Exp $ /* ###################################################################### Acquire - File Acquiration @@ -563,7 +563,7 @@ bool pkgAcquire::Queue::Shutdown() return true; } /*}}}*/ -// Queue::Finditem - Find a URI in the item list /*{{{*/ +// Queue::FindItem - Find a URI in the item list /*{{{*/ // --------------------------------------------------------------------- /* */ pkgAcquire::Queue::QItem *pkgAcquire::Queue::FindItem(string URI,pkgAcquire::Worker *Owner) |