]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgsystem.h
implement dpkgs vision of interpreting pkg:<arch> dependencies
[apt.git] / apt-pkg / pkgsystem.h
index 5be93d05964c640ffa544608cd9016e4bb955138..5b31457e0bf8c71303b9b996d2a816c662eee3ef 100644 (file)
@@ -52,7 +52,7 @@ class Configuration;
 class pkgIndexFile;
 
 class pkgSystem
-{   
+{
    public:
 
    // Global list of supported systems
@@ -81,7 +81,8 @@ class pkgSystem
    virtual bool ArchiveSupported(const char *Type) = 0;
 
    // Return a list of system index files..
-   virtual bool AddStatusFiles(std::vector<pkgIndexFile *> &List) = 0;   
+   virtual bool AddStatusFiles(std::vector<pkgIndexFile *> &List) = 0;
+
    virtual bool FindIndex(pkgCache::PkgFileIterator File,
                          pkgIndexFile *&Found) const = 0;