From 188a6fcf4f13df1fd362a0aff27a23493ddd1ec5 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Tue, 8 Sep 2015 22:14:11 +0200 Subject: implement autobit and pinning in EDSP solver 'apt' The parser creates a preferences as well as an extended states file based on the EDSP scenario file, which isn't the most efficient way of dealing with this as thes text files have to be parsed again by another layer of the code, but it needs the least changes and works good enough for now. The 'apt' solver is in the end just a test solver like dump. --- apt-pkg/edsp/edspsystem.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apt-pkg/edsp/edspsystem.h') diff --git a/apt-pkg/edsp/edspsystem.h b/apt-pkg/edsp/edspsystem.h index ec42bef75..aa4298f01 100644 --- a/apt-pkg/edsp/edspsystem.h +++ b/apt-pkg/edsp/edspsystem.h @@ -24,10 +24,11 @@ class pkgIndexFile; class pkgPackageManager; class edspIndex; +class edspSystemPrivate; class APT_HIDDEN edspSystem : public pkgSystem { /** \brief dpointer placeholder (for later in case we need it) */ - void * const d; + edspSystemPrivate * const d; edspIndex *StatusFile; -- cgit v1.2.3