GME
13
|
#include <SVNClient.h>
Public Member Functions | |
virtual | ~CSVNFile () |
bool | isVersioned () |
bool | isTracked () |
bool | isOwned () |
bool | isLatest () |
bool | update () |
bool | takeOwnership () |
bool | commit () |
Friends | |
class | CSVNClient |
Definition at line 44 of file SVNClient.h.
CSVNFile::~CSVNFile | ( | ) | [virtual] |
Definition at line 532 of file SVNClient.cpp.
bool CSVNFile::commit | ( | ) |
Definition at line 612 of file SVNClient.cpp.
bool CSVNFile::isLatest | ( | ) |
Definition at line 577 of file SVNClient.cpp.
bool CSVNFile::isOwned | ( | ) |
Definition at line 571 of file SVNClient.cpp.
bool CSVNFile::isTracked | ( | ) |
Definition at line 565 of file SVNClient.cpp.
bool CSVNFile::isVersioned | ( | ) |
Definition at line 559 of file SVNClient.cpp.
bool CSVNFile::takeOwnership | ( | ) |
Definition at line 599 of file SVNClient.cpp.
bool CSVNFile::update | ( | ) |
Definition at line 583 of file SVNClient.cpp.
friend class CSVNClient [friend] |
Definition at line 46 of file SVNClient.h.