libzypp
13.10.6
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
16
#include "
zypp/target/TargetException.h
"
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
TargetException.h
zypp::dumpOn
std::ostream & dumpOn(std::ostream &str, const Capability &obj)
Definition:
Capability.cc:435
zypp
target
TargetException.cc
Generated by
1.8.5