rename packageset into cacheset while it is not too late
[ntk/apt.git] / apt-pkg / cacheset.cc
similarity index 94%
rename from apt-pkg/packageset.cc
rename to apt-pkg/cacheset.cc
index f296b7c..b49b365 100644 (file)
@@ -3,15 +3,15 @@
 /* ######################################################################
 
    Simple wrapper around a std::set to provide a similar interface to
-   a set of packages as to the complete set of all packages in the
-   pkgCache.
+   a set of cache structures as to the complete set of all structures
+   in the pkgCache. Currently only Package is supported.
 
    ##################################################################### */
                                                                        /*}}}*/
 // Include Files                                                       /*{{{*/
 #include <apt-pkg/aptconfiguration.h>
 #include <apt-pkg/error.h>
-#include <apt-pkg/packageset.h>
+#include <apt-pkg/cacheset.h>
 #include <apt-pkg/strutl.h>
 
 #include <apti18n.h>