]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgrecords.h
* debian/apt.conf.ubuntu, apt.conf.autoremove:
[apt.git] / apt-pkg / pkgrecords.h
index ad3946c1bee6bbde736e88ca4e4ee18616b05140..7b9f51a5000d56ba6f340532f260ffacc0343475 100644 (file)
@@ -17,9 +17,6 @@
 #ifndef PKGLIB_PKGRECORDS_H
 #define PKGLIB_PKGRECORDS_H
 
-#ifdef __GNUG__
-#pragma interface "apt-pkg/pkgrecords.h"
-#endif 
 
 #include <apt-pkg/pkgcache.h>
 #include <apt-pkg/fileutl.h>
@@ -61,6 +58,7 @@ class pkgRecords::Parser
    virtual string MD5Hash() {return string();};
    virtual string SHA1Hash() {return string();};
    virtual string SourcePkg() {return string();};
+   virtual string SourceVer() {return string();};
 
    // These are some general stats about the package
    virtual string Maintainer() {return string();};