Restructure

This commit is contained in:
IlushaShurupov 2023-07-19 23:52:07 +03:00
parent 576a3565f7
commit a543568e1d
12 changed files with 289 additions and 190 deletions

View file

@ -1,8 +1,10 @@
#pragma once
#include "Storage.hpp"
#include "SystemAPI.hpp"
namespace tp {
/*
class Client : public Storage {
// same as local storage file but transfers all commands to server
};
@ -11,4 +13,5 @@ namespace tp {
// opens local storage and transfers all client command to it
// manages multiple clients
};
*/
}