Storage initial
This commit is contained in:
parent
90998e2279
commit
df3767df29
14 changed files with 551 additions and 2 deletions
14
Storage/public/RemoteStorage.hpp
Normal file
14
Storage/public/RemoteStorage.hpp
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
#pragma once
|
||||
|
||||
#include "Storage.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
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue