fixup Fix to build with libxml 2.12.x (fixes #505)
[platform/upstream/libzypp.git] / zypp / Vendor.h
1 /*---------------------------------------------------------------------\
2 |                          ____ _   __ __ ___                          |
3 |                         |__  / \ / / . \ . \                         |
4 |                           / / \ V /|  _/  _/                         |
5 |                          / /__ | | | | | |                           |
6 |                         /_____||_| |_| |_|                           |
7 |                                                                      |
8 \---------------------------------------------------------------------*/
9 /** \file       zypp/Vendor.h
10  *
11 */
12 #ifndef ZYPP_VENDOR_H
13 #define ZYPP_VENDOR_H
14
15 #include <string>
16 #include "zypp/IdString.h"
17
18 ///////////////////////////////////////////////////////////////////
19 namespace zypp
20 { /////////////////////////////////////////////////////////////////
21
22   typedef std::string Vendor;
23
24   /////////////////////////////////////////////////////////////////
25 } // namespace zypp
26 ///////////////////////////////////////////////////////////////////
27
28 #include "VendorAttr.h"
29
30 #endif // ZYPP_VENDOR_H