Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members

MediaHandler.h File Reference

#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


Define Documentation

#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, bool recurse_r ) 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;


Generated on Mon Sep 12 21:52:13 2005 for yast2-packagemanager by  doxygen 1.4.4