#include <iostream>
#include "zypp/base/LogTools.h"
#include "zypp/Url.h"
#include "zypp/ZConfig.h"
#include "zypp/media/MediaPriority.h"
Go to the source code of this file.
Namespaces | |
namespace | zypp |
namespace | zypp::media |
Defines | |
#define | RETURN_IF(scheme, value) if ( ::strcmp( scheme+1, scheme_r.c_str()+1 ) == 0 ) return value; |
Functions | |
MediaPriority::value_type | zypp::media::scheme2priority (const std::string &scheme_r) |
4: local: file,dir,hd 3: remote: nfs,cifs,smb ?: download: http,https,ftp,sftp, tftp ?: volatile: cd,dvd 0: the rest |
Definition in file MediaPriority.cc.
#define RETURN_IF | ( | scheme, | |||
value | ) | if ( ::strcmp( scheme+1, scheme_r.c_str()+1 ) == 0 ) return value; |
Referenced by zypp::media::scheme2priority().