libzypp  15.28.6
TargetException.cc
Go to the documentation of this file.
1 /*---------------------------------------------------------------------\
2 | ____ _ __ __ ___ |
3 | |__ / \ / / . \ . \ |
4 | / / \ V /| _/ _/ |
5 | / /__ | | | | | | |
6 | /_____||_| |_| |_| |
7 | |
8 \---------------------------------------------------------------------*/
13 #include <string>
14 #include <iostream>
15 
17 
18 using namespace std;
19 
21 namespace zypp
22 {
23  namespace target {
25 
26  std::ostream & TargetAbortedException::dumpOn( std::ostream & str ) const
27  {
28  return str << "Installation aborted by user" << endl;
29  }
30 
31 
33  } // namespace target
34 } // namespace zypp
std::ostream & dumpOn(std::ostream &str, const zypp::shared_ptr< void > &obj)
Definition: PtrTypes.h:151