#include <iosfwd>
#include <string>
#include <list>
#include <y2util/Pathname.h>
#include <y2util/PathInfo.h>
#include <y2util/Url.h>
#include <y2pm/MediaAccess.h>
Go to the source code of this file.
Classes | |
class | MediaHandler |
Abstract base class for 'physical' MediaHandler like MediaCD, etc. More... | |
Defines | |
#define | MEDIA_HANDLER_API |
|
Value: protected: \ virtual PMError attachTo (bool next = false); \ virtual PMError releaseFrom( bool eject ); \ virtual PMError getFile( const Pathname & filename ) const; \ virtual PMError getDir( const Pathname & dirname ) const; \ virtual PMError getDirInfo( std::list<std::string> & retlist, \ const Pathname & dirname, bool dots = true ) const; \ virtual PMError getDirInfo( PathInfo::dircontent & retlist, \ const Pathname & dirname, bool dots = true ) const; |