libzypp
17.37.17
ZYppCallbacks.cc
Go to the documentation of this file.
1
/*---------------------------------------------------------------------\
2
| ____ _ __ __ ___ |
3
| |__ / \ / / . \ . \ |
4
| / / \ V /| _/ _/ |
5
| / /__ | | | | | | |
6
| /_____||_| |_| |_| |
7
| |
8
\---------------------------------------------------------------------*/
12
#include "
ZYppCallbacks.h
"
13
14
namespace
zypp
{
15
16
const
JobReport::ContentType
JobReport::repoRefreshMirrorlist
{
"reporefresh"
,
"mirrorlist"
};
17
18
const
callback::UserData::ContentType
target::rpm::SingleTransReport::contentLogline {
"zypp-rpm"
,
"logline"
};
19
const
callback::UserData::ContentType
target::rpm::InstallResolvableReportSA::contentRpmout(
"zypp-rpm"
,
"installpkgsa"
);
20
const
callback::UserData::ContentType
target::rpm::RemoveResolvableReportSA::contentRpmout(
"zypp-rpm"
,
"removepkgsa"
);
21
const
callback::UserData::ContentType
target::rpm::CommitScriptReportSA::contentRpmout(
"zypp-rpm"
,
"scriptsa"
);
22
const
callback::UserData::ContentType
target::rpm::TransactionReportSA::contentRpmout(
"zypp-rpm"
,
"transactionsa"
);
23
const
callback::UserData::ContentType
target::rpm::CleanupPackageReportSA::contentRpmout(
"zypp-rpm"
,
"cleanupkgsa"
);
24
25
26
const
callback::UserData::ContentType
target::rpm::InstallResolvableReport::contentRpmout(
"rpmout"
,
"installpkg"
);
27
const
callback::UserData::ContentType
target::rpm::RemoveResolvableReport::contentRpmout(
"rpmout"
,
"removepkg"
);
28
29
}
ZYppCallbacks.h
zypp::callback::UserData::ContentType
zypp::ContentType ContentType
Definition
UserData.h:51
zypp
Easy-to use interface to the ZYPP dependency resolver.
Definition
CodePitfalls.doc:2
zypp::JobReport::repoRefreshMirrorlist
static const ContentType repoRefreshMirrorlist
Definition
ZYppCallbacks.h:1081
zypp::callback::ReportBase::ContentType
UserData::ContentType ContentType
Definition
Callback.h:152
zypp
ZYppCallbacks.cc
Generated by
1.14.0