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
14namespace 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}
zypp::ContentType ContentType
Definition UserData.h:51
Easy-to use interface to the ZYPP dependency resolver.
static const ContentType repoRefreshMirrorlist
UserData::ContentType ContentType
Definition Callback.h:152