12#ifndef ZYPP_MEDIA_MEDIACONFIG_H
13#define ZYPP_MEDIA_MEDIACONFIG_H
15#include <zypp-core/base/NonCopyable.h>
16#include <zypp-core/Pathname.h>
17#include <zypp-core/zyppng/base/zyppglobal.h>
23 class MediaConfigPrivate;
50 bool setConfigValue (
const std::string §ion,
const std::string &entry,
const std::string &value );
95 std::unique_ptr<MediaConfigPrivate>
d_ptr;
boost::noncopyable NonCopyable
Ensure derived classes cannot be copied.
Easy-to use interface to the ZYPP dependency resolver.