24#ifndef GIT_PROGRESS_H_ 
   25#define GIT_PROGRESS_H_ 
   66    virtual void UpdateProgress( 
int aCurrent, 
int aTotal, 
const wxString& aMessage ) {};
 
void ReportProgress(int aCurrent, int aTotal, const wxString &aMessage)
 
void SetProgressReporter(std::unique_ptr< WX_PROGRESS_REPORTER > aProgressReporter)
 
virtual void UpdateProgress(int aCurrent, int aTotal, const wxString &aMessage)
 
std::unique_ptr< WX_PROGRESS_REPORTER > m_progressReporter
 
#define APIEXPORT
Macros which export functions from a DLL/DSO.