1 /*---------------------------------------------------------------------\
3 | |__ / \ / / . \ . \ |
8 \---------------------------------------------------------------------*/
9 /** \file zypp/ZYppCommitResult.cc
15 #include "zypp/ZYppCommitResult.h"
17 ///////////////////////////////////////////////////////////////////
19 { /////////////////////////////////////////////////////////////////
21 std::ostream & operator<<( std::ostream & str, const ZYppCommitResult & obj )
23 str << "CommitResult " << obj._result
24 << " (errors " << obj._errors.size()
25 << ", remaining " << obj._remaining.size()
26 << ", srcremaining " << obj._srcremaining.size()
31 /////////////////////////////////////////////////////////////////
33 ///////////////////////////////////////////////////////////////////