From 1c5f7e5fc5c0377718d203e78d4af164ee3e60f8 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Thu, 10 Feb 2005 23:23:23 +0000 Subject: * PulseIntervall can be configured now to make frontends like synaptic hayppy. it's done in a way that does not break binary compatibility --- apt-pkg/acquire.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apt-pkg/acquire.h') diff --git a/apt-pkg/acquire.h b/apt-pkg/acquire.h index 65c53a953..3e338b220 100644 --- a/apt-pkg/acquire.h +++ b/apt-pkg/acquire.h @@ -100,7 +100,8 @@ class pkgAcquire enum RunResult {Continue,Failed,Cancelled}; - RunResult Run(); + RunResult Run() { return Run(500000); }; // Binary compatibility + RunResult Run(int PulseIntervall); void Shutdown(); // Simple iteration mechanism -- cgit v1.2.3