Fixes
This commit is contained in:
@@ -31,6 +31,7 @@ protected:
|
||||
virtual void AutoThreadCallback(const CSiaCurl& siaCurl, CSiaDriveConfig* siaDriveConfig);
|
||||
|
||||
public:
|
||||
bool IsRunning() const;
|
||||
SiaHostConfig GetHostConfig() const;
|
||||
void StartAutoThread();
|
||||
void StopAutoThread();
|
||||
|
@@ -66,8 +66,8 @@ public:
|
||||
static SString UploadStatusToString(const _UploadStatus& uploadStatus);
|
||||
|
||||
public:
|
||||
_UploadStatus GetUploadStatus(const SString& siaPath);
|
||||
CSiaError<_UploadErrorCode> AddOrUpdate(const SString& siaPath, SString filePath);
|
||||
_UploadStatus GetUploadStatus(const SString& siaPath);
|
||||
CSiaError<_UploadErrorCode> Remove(const SString& siaPath);
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user