ZYppCommitPolicy.cc

Go to the documentation of this file.
00001 /*---------------------------------------------------------------------\
00002 |                          ____ _   __ __ ___                          |
00003 |                         |__  / \ / / . \ . \                         |
00004 |                           / / \ V /|  _/  _/                         |
00005 |                          / /__ | | | | | |                           |
00006 |                         /_____||_| |_| |_|                           |
00007 |                                                                      |
00008 \---------------------------------------------------------------------*/
00013 #include <iostream>
00014 
00015 #include "zypp/ZYppCommitPolicy.h"
00016 
00018 namespace zypp
00019 { 
00020 
00021   std::ostream & operator<<( std::ostream & str, const ZYppCommitPolicy & obj )
00022   {
00023     str << "CommitPolicy(";
00024     if ( obj.restrictToMedia() )
00025       str << " restrictToMedia:" << obj.restrictToMedia();
00026     if ( obj.dryRun() )
00027       str << " dryRun";
00028     if ( obj.rpmNoSignature() )
00029       str << " rpmNoSignature";
00030     return str << " )";
00031   }
00032 
00034 } // namespace zypp

Generated on Thu Jul 6 00:07:29 2006 for zypp by  doxygen 1.4.6