libzypp
17.7.0
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"
;
29
}
30
31
33
}
// namespace target
34
}
// namespace zypp
std::dumpOn
std::ostream & dumpOn(std::ostream &str, const zypp::shared_ptr< void > &obj)
Definition:
PtrTypes.h:151
str
String related utilities and Regular expression matching.
std
Definition:
Arch.h:344
TargetException.h
zypp
Easy-to use interface to the ZYPP dependency resolver.
Definition:
CodePitfalls.doc:1
zypp
target
TargetException.cc
Generated by
1.8.14