24#ifndef _GIT_PULL_HANDLER_H_
25#define _GIT_PULL_HANDLER_H_
65 const std::vector<std::pair<std::string, std::vector<CommitDetails>>>&
GetFetchResults()
const;
68 void UpdateProgress(
int aCurrent,
int aTotal,
const wxString& aMessage )
override;
71 std::vector<std::pair<std::string, std::vector<CommitDetails>>>
m_fetchResults;
virtual void UpdateProgress(int aCurrent, int aTotal, const wxString &aMessage)
bool PerformFetch(bool aSkipLock=false)
const std::vector< std::pair< std::string, std::vector< CommitDetails > > > & GetFetchResults() const
GIT_PULL_HANDLER(KIGIT_COMMON *aCommon)
friend class LIBGIT_BACKEND
std::vector< std::pair< std::string, std::vector< CommitDetails > > > m_fetchResults
KIGIT_REPO_MIXIN(KIGIT_COMMON *aCommon)
#define APIEXPORT
Macros which export functions from a DLL/DSO.