12 #ifndef ZYPP_MEDIA_MEDIAISO_H
13 #define ZYPP_MEDIA_MEDIAISO_H
47 virtual void attachTo (
bool next =
false);
48 virtual void releaseFrom(
const std::string & ejectDev =
"" );
49 virtual void getFile(
const Pathname & filename )
const;
50 virtual void getDir(
const Pathname & dirname,
bool recurse_r )
const;
51 virtual void getDirInfo( std::list<std::string> & retlist,
52 const Pathname & dirname,
bool dots =
true )
const;
54 const Pathname & dirname,
bool dots =
true )
const;
60 const Pathname &attach_point_hint_r);
78 #endif // ZYPP_MEDIA_MEDIAISO_H
std::list< DirEntry > DirContent
Returned by readdir.