]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/edsp/edsplistparser.h
remove unused Description methods in listparsers
[apt.git] / apt-pkg / edsp / edsplistparser.h
index 2212293022c6f38bb3cb755854c1693c791f8a09..691ac83ed96baa4014ffa0287e339a645ed2eeb3 100644 (file)
 #endif
 
 class FileFd;
+class edspListParserPrivate;
 
 class APT_HIDDEN edspListParser : public debListParser
 {
-   void * const d;
+   edspListParserPrivate * const d;
    public:
    virtual bool NewVersion(pkgCache::VerIterator &Ver) APT_OVERRIDE;
-   virtual std::string Description();
-   virtual std::string DescriptionLanguage();
+   virtual std::vector<std::string> AvailableDescriptionLanguages() APT_OVERRIDE;
    virtual MD5SumValue Description_md5() APT_OVERRIDE;
    virtual unsigned short VersionHash() APT_OVERRIDE;