12 #ifndef ZYPP_MEDIA_MEDIADISK_H
13 #define ZYPP_MEDIA_MEDIADISK_H
38 virtual void attachTo (
bool next =
false);
39 virtual void releaseFrom(
const std::string & ejectDev );
40 virtual void getFile(
const Pathname & filename )
const;
41 virtual void getDir(
const Pathname & dirname,
bool recurse_r )
const;
42 virtual void getDirInfo( std::list<std::string> & retlist,
43 const Pathname & dirname,
bool dots =
true )
const;
45 const Pathname & dirname,
bool dots =
true )
const;
51 const Pathname & attach_point_hint_r );
65 #endif // ZYPP_MEDIA_MEDIADISK_H
std::list< DirEntry > DirContent
Returned by readdir.