Fixes
This commit is contained in:
@@ -76,6 +76,7 @@ public:
|
||||
Property(std::uint32_t, Redundancy, public, private)
|
||||
Property(std::uint32_t, UploadProgress, public, private)
|
||||
Property(std::uint32_t, Expiration, public, private)
|
||||
Property(bool, Removed, public, public)
|
||||
};
|
||||
|
||||
class SIADRIVE_EXPORTABLE _CSiaFileTree :
|
||||
|
@@ -73,6 +73,8 @@ public:
|
||||
_UploadStatus GetUploadStatus(const SString& siaPath);
|
||||
CSiaError<_UploadErrorCode> Remove(const SString& siaPath);
|
||||
std::shared_ptr<std::vector<CSiaFilePtr>> GetUploadFileList() const;
|
||||
void ProcessFileTree(CSiaFileTreePtr fileTree);
|
||||
bool CheckFileRemoved(const SString& siaPath);
|
||||
};
|
||||
|
||||
typedef CUploadManager::_UploadStatus UploadStatus;
|
||||
|
Reference in New Issue
Block a user