libzypp
13.10.6
|
#include <climits>
#include <iostream>
#include "zypp/base/Logger.h"
#include "zypp/base/Gettext.h"
#include "zypp/base/Exception.h"
#include "zypp/base/Xml.h"
#include "zypp/AutoDispose.h"
#include "zypp/Pathname.h"
#include "zypp/sat/detail/PoolImpl.h"
#include "zypp/Repository.h"
#include "zypp/sat/Pool.h"
Go to the source code of this file.
Namespaces | |
zypp | |
Easy-to use interface to the ZYPP dependency resolver. | |
zypp::detail | |
Macros | |
#define | NO_REPOSITORY_RETURN(VAL) |
#define | NO_REPOSITORY_THROW(VAL) |
#define NO_REPOSITORY_RETURN | ( | VAL | ) |
Definition at line 43 of file Repository.cc.
#define NO_REPOSITORY_THROW | ( | VAL | ) |
Definition at line 47 of file Repository.cc.