MediaDIR.h

Go to the documentation of this file.
00001 /*---------------------------------------------------------------------\
00002 |                          ____ _   __ __ ___                          |
00003 |                         |__  / \ / / . \ . \                         |
00004 |                           / / \ V /|  _/  _/                         |
00005 |                          / /__ | | | | | |                           |
00006 |                         /_____||_| |_| |_|                           |
00007 |                                                                      |
00008 \---------------------------------------------------------------------*/
00012 #ifndef ZYPP_MEDIA_MEDIADIR_H
00013 #define ZYPP_MEDIA_MEDIADIR_H
00014 
00015 #include "zypp/media/MediaHandler.h"
00016 
00017 namespace zypp {
00018   namespace media {
00019 
00021     //
00022     //  CLASS NAME : MediaDIR
00023 
00028     class MediaDIR : public MediaHandler {
00029 
00030       protected:
00031 
00032         MEDIA_HANDLER_API;
00033 
00034       public:
00035 
00036         MediaDIR( const Url &      url_r,
00037                   const Pathname & attach_point_hint_r );
00038 
00039         virtual ~MediaDIR() { try { release(); } catch(...) {} }
00040     };
00041 
00043 
00044   } // namespace media
00045 } // namespace zypp
00046 
00047 #endif // ZYPP_MEDIA_MEDIADIR_H

Generated on Thu Jul 6 00:07:21 2006 for zypp by  doxygen 1.4.6