]>
git.saurik.com Git - apt.git/blob - apt-pkg/edsp/edspindexfile.h
1 // -*- mode: cpp; mode: fold -*-
3 /* ######################################################################
4 The scenario file is designed to work as an intermediate file between
5 APT and the resolver. Its on propose very similar to a dpkg status file
6 ##################################################################### */
8 #ifndef PKGLIB_EDSPINDEXFILE_H
9 #define PKGLIB_EDSPINDEXFILE_H
11 #include <apt-pkg/debindexfile.h>
13 #ifndef APT_8_CLEANER_HEADERS
14 #include <apt-pkg/indexfile.h>
17 class edspIndex
: public debStatusIndex
19 /** \brief dpointer placeholder (for later in case we need it) */
24 virtual const Type
*GetType() const;
26 virtual bool Merge(pkgCacheGenerator
&Gen
,OpProgress
*Prog
) const;
28 edspIndex(std::string File
);