projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
properly handle if-modfied-since with libcurl/https
[apt.git]
/
apt-pkg
/
acquire-method.h
diff --git
a/apt-pkg/acquire-method.h
b/apt-pkg/acquire-method.h
index 2dd9ad685877682058b8a1f1527f5459f3484835..00f99e0a09b1aa5bf3f05d91b4894cd1805a42e5 100644
(file)
--- a/
apt-pkg/acquire-method.h
+++ b/
apt-pkg/acquire-method.h
@@
-104,6
+104,9
@@
class pkgAcqMethod
pkgAcqMethod(const char *Ver,unsigned long Flags = 0);
virtual ~pkgAcqMethod() {};
pkgAcqMethod(const char *Ver,unsigned long Flags = 0);
virtual ~pkgAcqMethod() {};
+
+ private:
+ void Dequeue();
};
/** @} */
};
/** @} */