Dokan changes
This commit is contained in:
@@ -40,6 +40,8 @@ public:
|
||||
|
||||
public:
|
||||
void BuildTree(const json& result);
|
||||
|
||||
bool FileExists(const String& siaPath) const;
|
||||
};
|
||||
|
||||
class AFX_EXT_CLASS _CSiaWallet
|
||||
@@ -100,6 +102,9 @@ private:
|
||||
std::shared_ptr<_CSiaWallet> _wallet;
|
||||
std::shared_ptr<_CSiaRenter> _renter;
|
||||
|
||||
public:
|
||||
static String FormatToSiaPath(String path);
|
||||
|
||||
public:
|
||||
std::shared_ptr<_CSiaWallet> GetWallet() const;
|
||||
std::shared_ptr<_CSiaRenter> GetRenter() const;
|
||||
|
Reference in New Issue
Block a user