|
|
|
@ -42,7 +42,7 @@ namespace GBase.FileHandling |
|
|
|
/// <returns>True if successful, false if not</returns> |
|
|
|
/// <returns>True if successful, false if not</returns> |
|
|
|
public async Task<bool> Init(string path, CancellationToken cancellationToken) |
|
|
|
public async Task<bool> Init(string path, CancellationToken cancellationToken) |
|
|
|
{ |
|
|
|
{ |
|
|
|
DataHandler = _dataHandlerFactory.Create(); |
|
|
|
DataHandler = _dataHandlerFactory.Create(); //FixMe: Factory is missing parameters |
|
|
|
|
|
|
|
|
|
|
|
bool success = await DataHandler.Init(false, cancellationToken); |
|
|
|
bool success = await DataHandler.Init(false, cancellationToken); |
|
|
|
return success; |
|
|
|
return success; |
|
|
|
|