12#ifndef ZYPP_MEDIA_MEDIACURL_H
13#define ZYPP_MEDIA_MEDIACURL_H
15#include <zypp/base/Flags.h>
53 virtual void attachTo (
bool next =
false)
override;
54 virtual void releaseFrom(
const std::string & ejectDev )
override;
56 virtual void getDir(
const Pathname & dirname,
bool recurse_r )
const override;
57 virtual void getDirInfo( std::list<std::string> & retlist,
58 const Pathname & dirname,
bool dots =
true )
const override;
60 const Pathname & dirname,
bool dots =
true )
const override;
99 const Pathname & attach_point_hint_r );
114 static int aliveCallback(
void *clientp,
double dltotal,
double dlnow,
double ultotal,
double ulnow );
116 static int progressCallback(
void *clientp,
double dltotal,
double dlnow,
double ultotal,
double ulnow );
155 bool authenticate(
const std::string & availAuthTypes,
bool firstTry)
const;
Store and operate with byte count.
std::list< DirEntry > DirContent
Returned by readdir.
Easy-to use interface to the ZYPP dependency resolver.
#define ZYPP_DECLARE_OPERATORS_FOR_FLAGS(Name)