Imported Upstream version 16.3.2
[platform/upstream/libzypp.git] / zypp / repo / yum / Downloader.h
index f34b42b..e775299 100644 (file)
@@ -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<OnMediaLocation> _patches_files;