/*---------------------------------------------------------------------\ | ____ _ __ __ ___ | | |__ / \ / / . \ . \ | | / / \ V /| _/ _/ | | / /__ | | | | | | | | /_____||_| |_| |_| | | | \---------------------------------------------------------------------*/ /** \file zypp/Vendor.h * */ #ifndef ZYPP_VENDOR_H #define ZYPP_VENDOR_H #include #include "zypp/IdString.h" /////////////////////////////////////////////////////////////////// namespace zypp { ///////////////////////////////////////////////////////////////// typedef std::string Vendor; ///////////////////////////////////////////////////////////////// } // namespace zypp /////////////////////////////////////////////////////////////////// #include "VendorAttr.h" #endif // ZYPP_VENDOR_H