projects
/
platform
/
upstream
/
libzypp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dffebf
)
MediaNoLoopDeviceException: add optional explanatory message
author
Michael Andres
<ma@suse.de>
Thu, 19 Nov 2009 15:26:52 +0000
(16:26 +0100)
committer
Michael Andres
<ma@suse.de>
Thu, 19 Nov 2009 15:26:52 +0000
(16:26 +0100)
zypp/media/MediaException.h
patch
|
blob
|
history
diff --git
a/zypp/media/MediaException.h
b/zypp/media/MediaException.h
index
ffe02fc
..
0262078
100644
(file)
--- a/
zypp/media/MediaException.h
+++ b/
zypp/media/MediaException.h
@@
-624,12
+624,13
@@
class MediaAria2cInitException : public MediaException
public:
MediaNoLoopDeviceException(const Url & url_r, const std::string & msg = "")
: MediaException(msg)
- , _url(url_r.asString())
+ , _url(url_r.asString())
, _msg(msg)
{}
virtual ~MediaNoLoopDeviceException() throw() {};
protected:
virtual std::ostream & dumpOn( std::ostream & str ) const;
std::string _url;
+ std::string _msg;
};
/////////////////////////////////////////////////////////////////
} // namespace media