added a hint to enable all requested repos
[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
17 ///////////////////////////////////////////////////////////////////
18 namespace zypp
19 { /////////////////////////////////////////////////////////////////
20
21   typedef std::string Vendor;
22
23   /////////////////////////////////////////////////////////////////
24 } // namespace zypp
25 ///////////////////////////////////////////////////////////////////
26
27 #include "VendorAttr.h"
28
29 #endif // ZYPP_VENDOR_H