24#ifndef GIT_CLONE_HANDLER_H_ 
   25#define GIT_CLONE_HANDLER_H_ 
   48    void UpdateProgress( 
int aCurrent, 
int aTotal, 
const wxString& aMessage ) 
override;
 
 
GIT_CLONE_HANDLER(KIGIT_COMMON *aCommon)
 
void SetRemote(const wxString &aRemote)
 
wxString GetClonePath() const
 
void SetBranch(const wxString &aBranch)
 
void SetClonePath(const wxString &aPath)
 
wxString GetBranch() const
 
virtual void UpdateProgress(int aCurrent, int aTotal, const wxString &aMessage)
 
KIGIT_COMMON * GetCommon() const
Get the common object.
 
KIGIT_REPO_MIXIN(KIGIT_COMMON *aCommon)
 
#define APIEXPORT
Macros which export functions from a DLL/DSO.