libzypp  17.35.16
VendorSupportOptions.h
Go to the documentation of this file.
1 /*---------------------------------------------------------------------\
2 | ____ _ __ __ ___ |
3 | |__ / \ / / . \ . \ |
4 | / / \ V /| _/ _/ |
5 | / /__ | | | | | | |
6 | /_____||_| |_| |_| |
7 | |
8 \---------------------------------------------------------------------*/
12 #ifndef ZYPP_VendorSupportOptions_H
13 #define ZYPP_VendorSupportOptions_H
14 
15 #include <string>
16 #include <zypp/base/Flags.h>
17 
18 namespace zypp
19 {
20 
22  {
34  VendorSupportACC = (1<<1),
61 
75  };
76 
77  // Make a flag set for this
78  ZYPP_DECLARE_FLAGS(VendorSupportOptions,VendorSupportOption);
79  ZYPP_DECLARE_OPERATORS_FOR_FLAGS(VendorSupportOptions)
80 
81 
89 
98 
99 }
100 
101 #endif
ZYPP_DECLARE_FLAGS(VendorSupportOptions, VendorSupportOption)
The package was discontinued and has been superseded by a new package with a different name...
Problem isolation, which means technical support designed to duplicate customer problems, isolate problem area and provide resolution for problems not resolved by Level 1 Support.
ZYPP_DECLARE_OPERATORS_FOR_FLAGS(DiskUsageCounter::MountPoint::HintFlags)
The support for this package is unknown.
Problem resolution, which means technical support designed to resolve complex problems by engaging en...
Problem determination, which means technical support designed to provide compatibility information...
std::string asUserString(VendorSupportOption opt)
converts the support option to a name intended to be printed to the user.
const Arch Arch_armv7hnl Arch_armv7nhl ZYPP_API
Definition: ResTraits.h:93
The package is known to be unsupported by the vendor.
Additional Customer Contract necessary.
std::string asUserStringDescription(VendorSupportOption opt)
converts the support option to a description intended to be printed to the user.
Easy-to use interface to the ZYPP dependency resolver.
Definition: Application.cc:19