12 #ifndef ZYPP_REPO_REPOPROVIDEFILE_H
13 #define ZYPP_REPO_REPOPROVIDEFILE_H
47 const OnMediaLocation & loc_r,
48 const ProvideFilePolicy & policy_r = ProvideFilePolicy() );
102 #endif // ZYPP_REPO_REPOPROVIDEFILE_H
What is known about a repository.
AutoDispose< const Pathname > ManagedFile
A Pathname plus associated cleanup code to be executed when path is no longer needed.
ManagedFile provideFile(RepoInfo repo_r, const OnMediaLocation &loc_r, const ProvideFilePolicy &policy_r)
Provide a file from a Repository.
Wrapper for const correct access via Smart pointer types.
Reference counted access to a _Tp object calling a custom Dispose function when the last AutoDispose ...