17 lines
No EOL
286 B
C++
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
|
|
};
|
|
*/
|
|
} |