12#ifndef ZYPP_MEDIA_MEDIAPLUGIN_H
13#define ZYPP_MEDIA_MEDIAPLUGIN_H
37 void attachTo(
bool next_r =
false )
override;
38 void releaseFrom(
const std::string & ejectDev_r )
override;
40 void getDir(
const Pathname & dirname_r,
bool recurse_r )
const override;
41 void getDirInfo( std::list<std::string> & retlist_r,
const Pathname & dirname_r,
bool dots_r =
true )
const override;
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.