11#ifndef ZYPP_MEDIA_PROVIDERES_H_INCLUDED
12#define ZYPP_MEDIA_PROVIDERES_H_INCLUDED
14#include <zypp-media/ng/ProvideFwd>
23 struct ProvideResourceData;
69 std::shared_ptr<ProvideResourceData>
_data;
Reference counted access to a Tp object calling a custom Dispose function when the last AutoDispose h...
A ProvideRes object is a reference counted ownership of a resource in the cache provided by a Provide...
const HeaderValueMap & headers() const
const zypp::Url & resourceUrl() const
const ProvideMediaHandle & mediaHandle() const
const zypp::Pathname file() const
const zypp::ManagedFile & asManagedFile() const
std::shared_ptr< ProvideResourceData > _data
ProvideRes(std::shared_ptr< ProvideResourceData > dataPtr)