- Pass the media set to the Downloaders instead of having one in the object
authorDuncan Mac-Vicar P <dmacvicar@suse.de>
Thu, 19 Jul 2007 15:07:48 +0000 (15:07 +0000)
committerDuncan Mac-Vicar P <dmacvicar@suse.de>
Thu, 19 Jul 2007 15:07:48 +0000 (15:07 +0000)
commit2285a310fd3860241302003f4a65cc7308b7bbae
tree47da2b94fdb39102feb742a3781e4ed615fb74f9
parentc488b16a279cef77d5f2645e28df17edee4d0292
- Pass the media set to the Downloaders instead of having one in the object

- Make Downloaders have a base class repo::Downloader
  this will allow to remove some code in RepoManager and interact
  with the downloader without knowing which type is it
- Make Downloader base class inherit from fetcher, then you can
  set the cache directories to the downloader itself, which
  RepoManager will do
tests/repo/susetags/Downloader_test.cc
tests/repo/yum/YUMDownloader_test.cc
zypp/CMakeLists.txt
zypp/Fetcher.h
zypp/RepoManager.cc
zypp/repo/Downloader.cc [new file with mode: 0644]
zypp/repo/Downloader.h [new file with mode: 0644]
zypp/repo/susetags/Downloader.cc
zypp/repo/susetags/Downloader.h
zypp/repo/yum/Downloader.cc
zypp/repo/yum/Downloader.h