| libzypp 17.37.10
    | 
Request to display the pre commit message of a patch. More...
#include <zypp/ZYppCallbacks.h>
 
  
| Public Member Functions | |
| virtual bool | show (Patch::constPtr &) | 
| Display patch->message(). | |
| Public Member Functions inherited from zypp::callback::ReportBase | |
| virtual void | report (const UserData &userData_r=UserData()) | 
| The most generic way of sending/receiving data. | |
| virtual | ~ReportBase () | 
| Additional Inherited Members | |
| Public Types inherited from zypp::callback::ReportBase | |
| typedef callback::UserData | UserData | 
| typedef UserData::ContentType | ContentType | 
Request to display the pre commit message of a patch.
Definition at line 506 of file ZYppCallbacks.h.
| 
 | inlinevirtual | 
Display patch->message(). 
Return true to continue, false to abort commit. 
Definition at line 511 of file ZYppCallbacks.h.