Upload list and package creation
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
#include <siaapi.h>
|
||||
#include <mutex>
|
||||
#include <eventsystem.h>
|
||||
#include <uploadmanager.h>
|
||||
NS_BEGIN(Sia)
|
||||
NS_BEGIN(Api)
|
||||
NS_BEGIN(Dokan)
|
||||
@@ -47,13 +48,11 @@ private:
|
||||
std::mutex _startStopMutex;
|
||||
|
||||
public:
|
||||
bool IsMounted() const;
|
||||
|
||||
void Mount(const wchar_t& driveLetter, const SString& cacheLocation, const std::uint64_t& maxCacheSizeBytes);
|
||||
|
||||
void Unmount(const bool& clearCache = false);
|
||||
|
||||
void ClearCache();
|
||||
UploadFileListPtr GetUploadFileList() const;
|
||||
bool IsMounted() const;
|
||||
void Mount(const wchar_t& driveLetter, const SString& cacheLocation, const std::uint64_t& maxCacheSizeBytes);
|
||||
void Unmount(const bool& clearCache = false);
|
||||
};
|
||||
|
||||
NS_END(3)
|
||||
|
Reference in New Issue
Block a user