libzypp  13.10.6
MediaPriority.cc File Reference
#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

 zypp
 Easy-to use interface to the ZYPP dependency resolver.
 
 zypp::media
 

Macros

#define RETURN_IF(scheme, value)   if ( ::strcmp( scheme+1, scheme_r.c_str()+1 ) == 0 ) return value;
 

Macro Definition Documentation

#define RETURN_IF (   scheme,
  value 
)    if ( ::strcmp( scheme+1, scheme_r.c_str()+1 ) == 0 ) return value;