code reorg
Some checks failed
BlockStorage/repertory_osx_builds/pipeline/head There was a failure building this commit
BlockStorage/repertory_linux_builds/pipeline/head There was a failure building this commit

This commit is contained in:
2023-12-10 16:53:54 -06:00
parent 7fe7299e7c
commit daefa58c0c
11 changed files with 319 additions and 312 deletions

View File

@@ -23,6 +23,7 @@
#define INCLUDE_PROVIDERS_ENCRYPT_ENCRYPT_PROVIDER_HPP_
#include "app_config.hpp"
#include "database/db_common.hpp"
#include "providers/i_provider.hpp"
#include "utils/encrypting_reader.hpp"
@@ -49,7 +50,7 @@ private:
private:
app_config &config_;
db3_t db_;
db::db3_t db_;
private:
i_file_manager *fm_ = nullptr;