From bfd22fc0ac2632c6196f5149dc3b3671d9ff15e0 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:51:20 +0000 Subject: Working acquire code Author: jgg Date: 1998-11-05 07:21:35 GMT Working acquire code --- apt-pkg/acquire.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'apt-pkg/acquire.h') diff --git a/apt-pkg/acquire.h b/apt-pkg/acquire.h index 25fe4b761..a4ea45bff 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.7 1998/11/01 05:27:35 jgg Exp $ +// $Id: acquire.h,v 1.8 1998/11/05 07:21:41 jgg Exp $ /* ###################################################################### Acquire - File Acquiration @@ -124,7 +124,7 @@ class pkgAcquire::Queue // Put an item into this queue void Enqueue(Item *Owner,string URI,string Description); - void Dequeue(Item *Owner); + bool Dequeue(Item *Owner); // Find a Queued item QItem *FindItem(string URI,pkgAcquire::Worker *Owner); -- cgit v1.2.3