#include <notify.hpp>
Public Methods | |
Notify () | |
virtual | ~Notify () |
virtual void | onNotify (const char *path, svn_wc_notify_action_t action, svn_node_kind_t kind, const char *mime_type, svn_wc_notify_state_t content_state, svn_wc_notify_state_t prop_state, svn_revnum_t revision) |
Static Public Methods | |
void | notify (void *baton, const char *path, svn_wc_notify_action_t action, svn_node_kind_t kind, const char *mime_type, svn_wc_notify_state_t content_state, svn_wc_notify_state_t prop_state, svn_revnum_t revision) |
Override this class and implement the onNotify method to provide a custom notification handler to the Modify class. If you need to pass extra information to the notification handler then just add these to you overridden class
|
|
|
|
|
notification function passed as svn_wc_notify_func_t
|
|
Handler for Subversion notifications. Override this function to allow Subversion to send notifications
|