00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021 #ifndef MediaDIR_h
00022 #define MediaDIR_h
00023
00024 #include <y2pm/MediaHandler.h>
00025
00027
00028
00029
00034 class MediaDIR : public MediaHandler {
00035
00036 protected:
00037
00038 MEDIA_HANDLER_API;
00039
00040 public:
00041
00042 MediaDIR( const Url & url_r,
00043 const Pathname & attach_point_hint_r );
00044
00045 virtual ~MediaDIR() { release(); }
00046 };
00047
00049
00050 #endif // MediaDIR_h