00001 /*---------------------------------------------------------------------\ 00002 | ____ _ __ __ ___ | 00003 | |__ / \ / / . \ . \ | 00004 | / / \ V /| _/ _/ | 00005 | / /__ | | | | | | | 00006 | /_____||_| |_| |_| | 00007 | | 00008 \---------------------------------------------------------------------*/ 00012 #ifndef ZYPP_CAPSET_H 00013 #define ZYPP_CAPSET_H 00014 00015 #include <iosfwd> 00016 00017 #include "zypp/Capability.h" 00018 #include "zypp/CapSetFwd.h" 00019 00021 namespace zypp 00022 { 00023 00024 extern std::ostream & operator<<( std::ostream & str, const CapSet & obj ); 00025 00027 } // namespace zypp 00029 #endif // ZYPP_CAPSET_H