#include <MediaSMB.h>
Inheritance diagram for zypp::media::MediaSMB:
Public Member Functions | |
MediaSMB (const Url &url_r, const Pathname &attach_point_hint_r) | |
virtual | ~MediaSMB () |
virtual bool | isAttached () const |
True if media is attached. | |
Protected Member Functions | |
void | mountAsCIFS () |
MediaCIFS rewrites the vfstype to "cifs" within it's constructor. | |
Protected Attributes | |
MEDIA_HANDLER_API | |
Private Attributes | |
const char * | _vfstype |
vfstype for mount. |
NOTE: The implementation currently serves both, "smb" and "cifs" URL's, but passes "cifs" to the mount command in any case.
Definition at line 31 of file MediaSMB.h.
|
Definition at line 95 of file MediaSMB.cc. References MIL. |
|
Definition at line 57 of file MediaSMB.h. References zypp::media::MediaHandler::release(). |
|
MediaCIFS rewrites the vfstype to "cifs" within it's constructor.
Definition at line 50 of file MediaSMB.h. References _vfstype. Referenced by zypp::media::MediaCIFS::MediaCIFS(). |
|
True if media is attached.
Reimplemented from zypp::media::MediaHandler. Definition at line 269 of file MediaSMB.cc. References zypp::media::MediaHandler::checkAttached(). |
|
vfstype for mount. This is either "smbfs" or "cifs" (rewritten by MediaCIFS). Obsolete: vfstype is allways "cifs". Definition at line 40 of file MediaSMB.h. Referenced by mountAsCIFS(). |
|
Definition at line 44 of file MediaSMB.h. |