]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/debindexfile.h
add messages to our deprecation warnings in libapt
[apt.git] / apt-pkg / deb / debindexfile.h
index 5bec4f2ea8b96ca66c0f1e48a1e8b6311c57a854..e96a4761eed6430f7906393465a70afadeb7b4d5 100644 (file)
@@ -144,6 +144,9 @@ public:
 
    debDebPkgFileIndex(std::string const &DebFile);
    virtual ~debDebPkgFileIndex();
+
+   //FIXME: use proper virtual-handling on next ABI break
+   APT_HIDDEN std::string ArchiveInfo_impl(pkgCache::VerIterator const &Ver) const;
 };
 
 class debDscFileIndex : public pkgDebianIndexRealFile