#include <MessageImplIf.h>
Public Types | |
| typedef Message | ResType |
Public Member Functions | |
| virtual TranslatedText | text () const PURE_VIRTUAL |
| Get the text of the message. | |
| virtual Patch::constPtr | patch () const |
| Patch the message belongs to - if any. | |
Definition at line 34 of file MessageImplIf.h.
Definition at line 37 of file MessageImplIf.h.
| TranslatedText zypp::detail::MessageImplIf::text | ( | ) | const [virtual] |
Get the text of the message.
Reimplemented in zypp::detail::MessageImpl, zypp::repo::cached::MessageImpl, zypp::repo::memory::MessageImpl, and zypp::storage::XMLMessageImpl.
Definition at line 26 of file MessageImplIf.cc.
| Patch::constPtr zypp::detail::MessageImplIf::patch | ( | ) | const [virtual] |
Patch the message belongs to - if any.
Reimplemented in zypp::repo::cached::MessageImpl, and zypp::repo::memory::MessageImpl.
Definition at line 30 of file MessageImplIf.cc.
1.5.3