24#ifndef GIT_REVERT_HANDLER_H_ 
   25#define GIT_REVERT_HANDLER_H_ 
   42    bool Revert( 
const wxString& aFilePath );
 
 
GIT_REVERT_HANDLER(git_repository *aRepository)
 
std::vector< wxString > m_filesToRevert
 
git_repository * m_repository
 
std::vector< wxString > m_filesFailedToRevert
 
bool Revert(const wxString &aFilePath)
 
void PushFailedFile(const wxString &aFilePath)
 
friend class LIBGIT_BACKEND
 
#define APIEXPORT
Macros which export functions from a DLL/DSO.