projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Only rename StatError files in AbortTransaction()
[apt.git]
/
apt-inst
/
extract.h
diff --git
a/apt-inst/extract.h
b/apt-inst/extract.h
index 71222983cdfcb62295ab52c002e18b91c5aa6647..8ad9ac629fac227e68f39a213a7ef0bb883eaa19 100644
(file)
--- a/
apt-inst/extract.h
+++ b/
apt-inst/extract.h
@@
-17,11
+17,12
@@
#ifndef PKGLIB_EXTRACT_H
#define PKGLIB_EXTRACT_H
#ifndef PKGLIB_EXTRACT_H
#define PKGLIB_EXTRACT_H
-
-
#include <apt-pkg/dirstream.h>
#include <apt-pkg/filelist.h>
#include <apt-pkg/pkgcache.h>
#include <apt-pkg/dirstream.h>
#include <apt-pkg/filelist.h>
#include <apt-pkg/pkgcache.h>
+#include <apt-pkg/cacheiterators.h>
+
+#include <string>
class pkgExtract : public pkgDirStream
{
class pkgExtract : public pkgDirStream
{
@@
-33,7
+34,7
@@
class pkgExtract : public pkgDirStream
bool HandleOverwrites(pkgFLCache::NodeIterator Nde,
bool DiverCheck = false);
bool HandleOverwrites(pkgFLCache::NodeIterator Nde,
bool DiverCheck = false);
- bool CheckDirReplace(string Dir,unsigned int Depth = 0);
+ bool CheckDirReplace(st
d::st
ring Dir,unsigned int Depth = 0);
public:
public: