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