GME
13
|
#include <ClientUtil.h>
Public Member Functions | |
void | onNotify (const svn_wc_notify_t *notify, apr_pool_t *pool) |
Static Public Member Functions | |
static void | notify2 (void *baton, const svn_wc_notify_t *notify, apr_pool_t *pool) |
Public Attributes | |
std::string | m_msg |
bool | m_OK |
Definition at line 96 of file ClientUtil.h.
static void ClientUtil::NotifyHelp::notify2 | ( | void * | baton, |
const svn_wc_notify_t * | notify, | ||
apr_pool_t * | pool | ||
) | [static] |
notification function passed as svn_wc_notify_func2_t
baton | notification instance is passed using this parameter |
notify | all the information about the event |
pool | an apr pool to allocated memory |
void ClientUtil::NotifyHelp::onNotify | ( | const svn_wc_notify_t * | notify, |
apr_pool_t * | pool | ||
) |
Handler for Subversion notifications.
notify | all the information about the event |
pool | an apr pool to allocated memory |
Definition at line 98 of file ClientUtil.h.
Definition at line 99 of file ClientUtil.h.