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