6
#include "boost/filesystem/operations.hpp" // includes boost/filesystem/path.hpp
7
#include "boost/filesystem/fstream.hpp" // ditto
9
#include <boost/iostreams/device/file_descriptor.hpp>
11
#include <zypp/base/Logger.h>
12
#include <zypp/Locale.h>
13
#include <zypp/ZYpp.h>
14
#include <zypp/ZYppFactory.h>
15
#include <zypp/TranslatedText.h>
16
///////////////////////////////////////////////////////////////////
18
#include <zypp/parser/yum/YUMParser.h>
19
#include <zypp/base/Logger.h>
20
#include <zypp/source/yum/YUMScriptImpl.h>
21
#include <zypp/source/yum/YUMMessageImpl.h>
22
#include <zypp/source/yum/YUMPackageImpl.h>
23
#include <zypp/source/yum/YUMSourceImpl.h>
28
#include <zypp/CapFactory.h>
30
using namespace zypp::detail;
34
using namespace zypp::parser::yum;
35
using namespace zypp::source::yum;
39
//using namespace DbXml;
45
ZYpp::Ptr z = getZYpp();
50
MIL << "sorry" << std::endl;