Modules/Storage/public/RemoteStorage.hpp
IlushaShurupov f60e73fc32 Restructure
2024-11-24 22:36:45 +03:00

17 lines
No EOL
286 B
C++

#pragma once
#include "SystemAPI.hpp"
namespace tp {
/*
class Client : public Storage {
// same as local storage file but transfers all commands to server
};
class Server {
// opens local storage and transfers all client command to it
// manages multiple clients
};
*/
}