projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
releasing 1.0.7
[apt.git]
/
apt-pkg
/
acquire-method.h
diff --git
a/apt-pkg/acquire-method.h
b/apt-pkg/acquire-method.h
index 2dd9ad685877682058b8a1f1527f5459f3484835..221ccf2737bbf8fedd173a863d8ddf945496fe40 100644
(file)
--- a/
apt-pkg/acquire-method.h
+++ b/
apt-pkg/acquire-method.h
@@
-20,7
+20,10
@@
#ifndef PKGLIB_ACQUIRE_METHOD_H
#define PKGLIB_ACQUIRE_METHOD_H
#ifndef PKGLIB_ACQUIRE_METHOD_H
#define PKGLIB_ACQUIRE_METHOD_H
+#include <apt-pkg/macros.h>
+
#include <stdarg.h>
#include <stdarg.h>
+#include <time.h>
#include <string>
#include <vector>
#include <string>
#include <vector>
@@
-104,6
+107,9
@@
class pkgAcqMethod
pkgAcqMethod(const char *Ver,unsigned long Flags = 0);
virtual ~pkgAcqMethod() {};
pkgAcqMethod(const char *Ver,unsigned long Flags = 0);
virtual ~pkgAcqMethod() {};
+
+ private:
+ APT_HIDDEN void Dequeue();
};
/** @} */
};
/** @} */