11#ifndef ZYPP_MEDIA_PROVIDERES_H_INCLUDED
12#define ZYPP_MEDIA_PROVIDERES_H_INCLUDED
14#include <zypp-media/ng/ProvideFwd>
15#include <zypp-core/Pathname.h>
16#include <zypp-core/ManagedFile.h>
23 struct ProvideResourceData;
38 ProvideRes( std::shared_ptr<ProvideResourceData> dataPtr );
69 std::shared_ptr<ProvideResourceData>
_data;
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