MediaCIFS.h

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

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