libzypp 17.31.23
Vendor.h
Go to the documentation of this file.
1/*---------------------------------------------------------------------\
2| ____ _ __ __ ___ |
3| |__ / \ / / . \ . \ |
4| / / \ V /| _/ _/ |
5| / /__ | | | | | | |
6| /_____||_| |_| |_| |
7| |
8\---------------------------------------------------------------------*/
12#ifndef ZYPP_VENDOR_H
13#define ZYPP_VENDOR_H
14
15#include <string>
16#include <zypp/IdString.h>
17
19namespace zypp
20{
21
22 typedef std::string Vendor;
23
25} // namespace zypp
27
28#include "VendorAttr.h"
29
30#endif // ZYPP_VENDOR_H
Easy-to use interface to the ZYPP dependency resolver.
Definition: CodePitfalls.doc:2
std::string Vendor
Definition: Vendor.h:22