/* ====================================================================
* Copyright (c) 2003-2006, Martin Hauner
* http://subcommander.tigris.org
*
* Subcommander is licensed as described in the file doc/COPYING, which
* you should have received as part of this distribution.
* ====================================================================
*/
#ifndef _SVN_NOTIFY_H
#define _SVN_NOTIFY_H
// sc
#include "WcNotifyTypes.h"
namespace svn
{
/**
* void *notify_baton2, svn_wc_notify_func2_t
*/
class NotifyBaton
{
public:
virtual ~NotifyBaton() {}
virtual void notify( WcNotifyPtr ) = 0;
};
} // namespace
#endif // _SVN_NOTIFY_H
syntax highlighted by Code2HTML, v. 0.9.1