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;
95 std::unique_ptr<MediaConfigPrivate>
d_ptr;
Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose h...
boost::noncopyable NonCopyable
Ensure derived classes cannot be copied.
Easy-to use interface to the ZYPP dependency resolver.