GME
13
|
Go to the source code of this file.
Defines | |
#define | SVNTHROW(FUNC) |
#define SVNTHROW | ( | FUNC | ) |
do { \ svn_error_t* _err = (FUNC); \ if( _err ) { \ throw CSVNError(_err); \ } \ } while(false)
Definition at line 61 of file SVNClient.cpp.