1 /*---------------------------------------------------------------------\
3 | |__ / \ / / . \ . \ |
8 \---------------------------------------------------------------------*/
9 /** \file zypp/CapAndItem.h
12 #ifndef ZYPP_CAPANDITEM_H
13 #define ZYPP_CAPANDITEM_H
15 #include "zypp/PoolItem.h"
16 #include "zypp/Capability.h"
18 ///////////////////////////////////////////////////////////////////
20 { /////////////////////////////////////////////////////////////////
22 ///////////////////////////////////////////////////////////////////
24 // CLASS NAME : CapAndItem
29 friend std::ostream & operator<<( std::ostream & str, const CapAndItem & obj );
34 CapAndItem( Capability c, PoolItem i )
40 /////////////////////////////////////////////////////////////////
42 ///////////////////////////////////////////////////////////////////
43 #endif // ZYPP_CAPANDITEM_H