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