24#ifndef GIT_PROGRESS_H_
25#define GIT_PROGRESS_H_
65 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