libzypp  11.13.5
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 
19 namespace zypp
20 {
21 
22  typedef std::string Vendor;
23 
25 } // namespace zypp
27 
28 #include "VendorAttr.h"
29 
30 #endif // ZYPP_VENDOR_H