]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/pkgrecords.h
* merged the debian/experimental changes back
[apt.git] / apt-pkg / pkgrecords.h
index 31c444dbf9c82becf1cdde4fbf94be5eea74d890..ea1a23fc484bf1b407d0545d69114d5490be11de 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>
@@ -60,6 +57,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();};