12#ifndef ZYPP_MEDIA_MEDIACD_H
13#define ZYPP_MEDIA_MEDIACD_H
39 static bool openTray(
const std::string & device_r );
40 static bool closeTray(
const std::string & device_r );
46 virtual void attachTo (
bool next =
false)
override;
47 virtual void releaseFrom(
const std::string & ejectDev )
override;
49 virtual void getDir(
const Pathname & dirname,
bool recurse_r )
const override;
50 virtual void getDirInfo( std::list<std::string> & retlist,
51 const Pathname & dirname,
bool dots =
true )
const override;
53 const Pathname & dirname,
bool dots =
true )
const override;
56 virtual void forceEject(
const std::string & ejectDev)
override;
62 unsigned int & index)
const override;
67 const Pathname & attach_point_hint_r );
std::list< DirEntry > DirContent
Returned by readdir.
Easy-to use interface to the ZYPP dependency resolver.