libzypp
17.35.9
repoinfowf.h
Go to the documentation of this file.
1
/*---------------------------------------------------------------------\
2
| ____ _ __ __ ___ |
3
| |__ / \ / / . \ . \ |
4
| / / \ V /| _/ _/ |
5
| / /__ | | | | | | |
6
| /_____||_| |_| |_| |
7
| |
8
\---------------------------------------------------------------------*/
9
#ifndef ZYPP_NG_REPOINFOWORKFLOW_INCLUDED
10
#define ZYPP_NG_REPOINFOWORKFLOW_INCLUDED
11
12
#include <
zypp-core/Pathname.h
>
13
#include <zypp-core/zyppng/pipelines/AsyncResult>
14
#include <
zypp/RepoInfo.h
>
15
16
namespace
zyppng
{
17
18
ZYPP_FWD_DECL_TYPE_WITH_REFS
(Context);
19
ZYPP_FWD_DECL_TYPE_WITH_REFS
(SyncContext);
20
21
namespace
RepoInfoWorkflow {
22
zypp::Pathname
provideKey
( SyncContextRef ctx,
zypp::RepoInfo
info, std::string keyID_r,
zypp::Pathname
targetDirectory_r );
23
AsyncOpRef<zypp::Pathname>
provideKey
( ContextRef ctx,
zypp::RepoInfo
info, std::string keyID_r,
zypp::Pathname
targetDirectory_r );
24
}
25
}
26
27
28
#endif
RepoInfo.h
zypp::RepoInfo
What is known about a repository.
Definition
RepoInfo.h:72
zypp::filesystem::Pathname
Pathname.
Definition
Pathname.h:47
zyppng::RepoInfoWorkflow::provideKey
zypp::Pathname provideKey(SyncContextRef ctx, zypp::RepoInfo info, std::string keyID_r, zypp::Pathname targetDirectory_r)
Definition
repoinfowf.cc:212
zyppng
Definition
MediaNetwork.h:23
zyppng::AsyncOpRef
std::shared_ptr< AsyncOp< T > > AsyncOpRef
Definition
asyncop.h:255
Pathname.h
ZYPP_FWD_DECL_TYPE_WITH_REFS
#define ZYPP_FWD_DECL_TYPE_WITH_REFS(T)
Definition
zyppglobal.h:126
zypp
ng
workflows
repoinfowf.h
Generated by
1.11.0