Main Page | Namespace List | Class Hierarchy | Data Structures | Directories | File List | Namespace Members | Data Fields | Globals | Related Pages

check.hpp File Reference

#include "svn_version.h"

Go to the source code of this file.

Defines

#define CHECK_SVN_VERSION


Define Documentation

#define CHECK_SVN_VERSION
 

Value:

(major,minor) \
    (SVN_VER_MAJOR > (major) || \
    (SVN_VER_MAJOR == (major) && SVN_VER_MINOR > (minor))
Check if the current version of the subversion API is at least major.minor


Generated on Tue Oct 25 23:07:20 2005 for SvnCpp by  doxygen 1.4.4