X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=zypp%2Frepo%2Fyum%2FDownloader.h;h=e775299bd3fba9db0064a4a75b2b844f92402391;hb=42b5d038414cf4a4a050e816b471f890b24e8032;hp=f34b42bef36ad2b3c05efdb1c2ad3122a3b78cbd;hpb=b61a0ff7e76a542a874714e4ee7753db48f9f8aa;p=platform%2Fupstream%2Flibzypp.git diff --git a/zypp/repo/yum/Downloader.h b/zypp/repo/yum/Downloader.h index f34b42b..e775299 100644 --- a/zypp/repo/yum/Downloader.h +++ b/zypp/repo/yum/Downloader.h @@ -72,6 +72,7 @@ namespace zypp bool repomd_Callback( const OnMediaLocation &loc, const ResourceType &dtype ); bool patches_Callback( const OnMediaLocation &loc, const std::string &id ); private: + // TODO: Use pimpl to be extensible; but breaks bincompat :( Pathname _dest_dir; Pathname _delta_dir; std::list _patches_files;