Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

Vendor.h

Go to the documentation of this file.
00001 /*---------------------------------------------------------------------\
00002 |                                                                      |
00003 |                      __   __    ____ _____ ____                      |
00004 |                      \ \ / /_ _/ ___|_   _|___ \                     |
00005 |                       \ V / _` \___ \ | |   __) |                    |
00006 |                        | | (_| |___) || |  / __/                     |
00007 |                        |_|\__,_|____/ |_| |_____|                    |
00008 |                                                                      |
00009 |                               core system                            |
00010 |                                                        (C) SuSE GmbH |
00011 \----------------------------------------------------------------------/
00012 
00013    File:       Vendor.h
00014 
00015    Author:     Michael Andres <ma@suse.de>
00016    Maintainer: Michael Andres <ma@suse.de>
00017 
00018 /-*/
00019 #ifndef Vendor_h
00020 #define Vendor_h
00021 
00022 #include <iosfwd>
00023 
00024 #include <y2util/Ustring.h>
00025 
00027 //
00028 //      CLASS NAME : Vendor
00029 /*
00030  *
00031  **/
00032 class Vendor : public Ustring {
00033 
00034   private:
00035     
00036     static UstringHash _nameHash;
00037 
00038   public:
00039 
00040     explicit Vendor( const std::string & n = "" )
00041       : Ustring( _nameHash, n )
00042     {}
00043 };
00044 
00046 
00047 #endif // Vendor_h

Generated on Thu Feb 23 23:56:10 2006 for liby2util by doxygen 1.3.6