libzypp
10.5.0
|
00001 /*---------------------------------------------------------------------\ 00002 | ____ _ __ __ ___ | 00003 | |__ / \ / / . \ . \ | 00004 | / / \ V /| _/ _/ | 00005 | / /__ | | | | | | | 00006 | /_____||_| |_| |_| | 00007 | | 00008 \---------------------------------------------------------------------*/ 00013 #include <string> 00014 #include <iostream> 00015 00016 #include "zypp/target/TargetException.h" 00017 00018 using namespace std; 00019 00021 namespace zypp 00022 { 00023 namespace target { 00025 00026 std::ostream & TargetAbortedException::dumpOn( std::ostream & str ) const 00027 { 00028 return str << "Installation aborted by user" << endl; 00029 } 00030 00031 00033 } // namespace target 00034 } // namespace zypp