]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgcache.h
debian: Add debDebFile::ExtractTarMember to the symbols file
[apt.git] / apt-pkg / pkgcache.h
index fd1a021492b8c64ad3843fe4c514f90783d01151..c31c5f30b768c25c81502de4be4872b35f663a30 100644 (file)
 #ifndef PKGLIB_PKGCACHE_H
 #define PKGLIB_PKGCACHE_H
 
-
 #include <string>
 #include <time.h>
 #include <apt-pkg/mmap.h>
 
+#ifndef APT_8_CLEANER_HEADERS
+using std::string;
+#endif
+
 class pkgVersioningSystem;
 class pkgCache                                                         /*{{{*/
 {
@@ -351,7 +354,7 @@ struct pkgCache::Group
     the hash index of the name in the pkgCache::Header::PkgHashTable
 
     A package can be created for every architecture so package names are
-    not unique, but it is garanteed that packages with the same name
+    not unique, but it is guaranteed that packages with the same name
     are sequencel ordered in the list. Packages with the same name can be
     accessed with the Group.
 */