GME  13
Public Member Functions | Static Public Member Functions | Public Attributes
ClientUtil::NotifyHelp Struct Reference

#include <ClientUtil.h>

Collaboration diagram for ClientUtil::NotifyHelp:
Collaboration graph
[legend]

List of all members.

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

Detailed Description

Definition at line 96 of file ClientUtil.h.


Member Function Documentation

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

Parameters:
batonnotification instance is passed using this parameter
notifyall the information about the event
poolan apr pool to allocated memory
void ClientUtil::NotifyHelp::onNotify ( const svn_wc_notify_t notify,
apr_pool_t pool 
)

Handler for Subversion notifications.

Parameters:
notifyall the information about the event
poolan apr pool to allocated memory

Member Data Documentation

Definition at line 98 of file ClientUtil.h.

Definition at line 99 of file ClientUtil.h.


The documentation for this struct was generated from the following file: