Dokan changes
This commit is contained in:
24
SiaDrive.Api/SiaRenter.cpp
Normal file
24
SiaDrive.Api/SiaRenter.cpp
Normal file
@@ -0,0 +1,24 @@
|
||||
#include "stdafx.h"
|
||||
#include "SiaApi.h"
|
||||
|
||||
using namespace Sia::Api;
|
||||
|
||||
CSiaApi::_CSiaRenter::_CSiaRenter(CSiaCurl& siaCurl) :
|
||||
_siaCurl(siaCurl)
|
||||
{
|
||||
}
|
||||
|
||||
CSiaApi::_CSiaRenter::~_CSiaRenter()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
SiaApiError CSiaApi::_CSiaRenter::FileExists(const String& siaPath, bool& exists) const
|
||||
{
|
||||
return SiaApiError::NotImplemented;
|
||||
}
|
||||
|
||||
SiaApiError CSiaApi::_CSiaRenter::DeleteFile(const String& siaPath)
|
||||
{
|
||||
return SiaApiError::NotImplemented;
|
||||
}
|
Reference in New Issue
Block a user