]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/cachefilter.h
make GetLocalitySortedVersionSet more generic
[apt.git] / apt-pkg / cachefilter.h
index 34b7d0b46eb634f4b67ddf9bb7470ecf9b50c33e..6d10d1163a23598c884789b2d194a52d399f8732 100644 (file)
@@ -7,6 +7,7 @@
 #define APT_CACHEFILTER_H
 // Include Files                                                       /*{{{*/
 #include <apt-pkg/pkgcache.h>
+#include <apt-pkg/cacheiterators.h>
 
 #include <string>
 
@@ -47,7 +48,7 @@ public:
 /** \class PackageArchitectureMatchesSpecification
    \brief matching against architecture specification strings
 
-   The strings are of the format <kernel>-<cpu> where either component,
+   The strings are of the format \<kernel\>-\<cpu\> where either component,
    or the whole string, can be the wildcard "any" as defined in
    debian-policy ยง11.1 "Architecture specification strings".
 
@@ -72,6 +73,7 @@ public:
        bool operator() (pkgCache::VerIterator const &Ver);
        ~PackageArchitectureMatchesSpecification();
 };
+                                                                       /*}}}*/
 
 #else