]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/srcrecords.h
implement StringSplit() as we need this to fix the dpkg status-fd output parsing
[apt.git] / apt-pkg / srcrecords.h
index a55bc74fa2cd2c94d63c2958a21bdb05d371514e..ed69d0d72d470cfa9dfe18406c394c432c1b6bf3 100644 (file)
 #include <string>
 #include <vector>
 
+#ifndef APT_8_CLEANER_HEADERS
+using std::string;
+using std::vector;
+#endif
+
 class pkgSourceList;
 class pkgIndexFile;
 class pkgSrcRecords
@@ -66,6 +71,7 @@ class pkgSrcRecords
       virtual std::string Section() const = 0;
       virtual const char **Binaries() = 0;   // Ownership does not transfer
 
+      //FIXME: Add a parameter to specify which architecture to use for [wildcard] matching
       virtual bool BuildDepends(std::vector<BuildDepRec> &BuildDeps, bool const &ArchOnly, bool const &StripMultiArch = true) = 0;
       static const char *BuildDepType(unsigned char const &Type);