11#ifndef ZYPP_MEDIA_MEDIANETWORKCOMMONHANDLER_H
12#define ZYPP_MEDIA_MEDIANETWORKCOMMONHANDLER_H
15#include <zypp-curl/TransferSettings>
41 const Pathname & urlpath_below_attachpoint_r,
42 const bool does_download_r );
52 void getDir(
const Pathname & dirname,
bool recurse_r )
const override;
53 void getDirInfo( std::list<std::string> & retlist,
54 const Pathname & dirname,
bool dots =
true )
const override;
56 const Pathname & dirname,
bool dots =
true )
const override;
102 template <
typename Excpt>
Manages a data source characterized by an authoritative URL and a list of mirror URLs.
std::list< DirEntry > DirContent
Returned by readdir.
Easy-to use interface to the ZYPP dependency resolver.