projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'debian/sid' of ssh://git.debian.org/git/apt/apt into debian/sid
[apt.git]
/
apt-pkg
/
deb
/
debsystem.h
diff --git
a/apt-pkg/deb/debsystem.h
b/apt-pkg/deb/debsystem.h
index 5f9995e5dc7c9716cc0d97ee09fdb0469c778235..85512351639ecfaa4c10e50feca364c149416715 100644
(file)
--- a/
apt-pkg/deb/debsystem.h
+++ b/
apt-pkg/deb/debsystem.h
@@
-11,17
+11,18
@@
#define PKGLIB_DEBSYSTEM_H
#include <apt-pkg/pkgsystem.h>
#define PKGLIB_DEBSYSTEM_H
#include <apt-pkg/pkgsystem.h>
+#include <apt-pkg/pkgcache.h>
+class debSystemPrivate;
class debStatusIndex;
class debStatusIndex;
+class pkgDepCache;
+
class debSystem : public pkgSystem
{
class debSystem : public pkgSystem
{
- // For locking support
- int LockFD;
- unsigned LockCount;
+ // private d-pointer
+ debSystemPrivate *d;
bool CheckUpdates();
bool CheckUpdates();
-
- debStatusIndex *StatusFile;
-
+
public:
virtual bool Lock();
public:
virtual bool Lock();
@@
-35,7
+36,7
@@
class debSystem : public pkgSystem
pkgIndexFile *&Found) const;
debSystem();
pkgIndexFile *&Found) const;
debSystem();
- ~debSystem();
+
virtual
~debSystem();
};
extern debSystem debSys;
};
extern debSystem debSys;