libzypp  10.5.0
MediaInfoDownloader.h
Go to the documentation of this file.
00001 /*---------------------------------------------------------------------\
00002 |                          ____ _   __ __ ___                          |
00003 |                         |__  / \ / / . \ . \                         |
00004 |                           / / \ V /|  _/  _/                         |
00005 |                          / /__ | | | | | |                           |
00006 |                         /_____||_| |_| |_|                           |
00007 |                                                                      |
00008 \---------------------------------------------------------------------*/
00009 
00010 #ifndef ZYPP_REPO_MEDIAINFO_DOWNLOADER
00011 #define ZYPP_REPO_MEDIAINFO_DOWNLOADER
00012 
00013 #include "zypp/Url.h"
00014 #include "zypp/Pathname.h"
00015 #include "zypp/Fetcher.h"
00016 #include "zypp/OnMediaLocation.h"
00017 #include "zypp/MediaSetAccess.h"
00018 #include "zypp/ProgressData.h"
00019 
00020 namespace zypp
00021 {
00022   namespace repo
00023   {
00024    
00033     void downloadMediaInfo( const Pathname &dest_dir,
00034                             MediaSetAccess &media,
00035                             const ProgressData::ReceiverFnc & progress = ProgressData::ReceiverFnc() );
00036   } // ns repo
00037 } // ns zypp
00038 
00039 #endif