libzypp  10.5.0
Vendor.h
Go to the documentation of this file.
00001 /*---------------------------------------------------------------------\
00002 |                          ____ _   __ __ ___                          |
00003 |                         |__  / \ / / . \ . \                         |
00004 |                           / / \ V /|  _/  _/                         |
00005 |                          / /__ | | | | | |                           |
00006 |                         /_____||_| |_| |_|                           |
00007 |                                                                      |
00008 \---------------------------------------------------------------------*/
00012 #ifndef ZYPP_VENDOR_H
00013 #define ZYPP_VENDOR_H
00014 
00015 #include <string>
00016 #include "zypp/IdString.h"
00017 
00019 namespace zypp
00020 { 
00021 
00022   typedef std::string Vendor;
00023 
00025 } // namespace zypp
00027 
00028 #include "VendorAttr.h"
00029 
00030 #endif // ZYPP_VENDOR_H