mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 01:19:19 +02:00
work
This commit is contained in:
0
network/backend/file.cpp
Normal file
0
network/backend/file.cpp
Normal file
22
network/backend/file.h
Normal file
22
network/backend/file.h
Normal file
@@ -0,0 +1,22 @@
|
||||
#include "network/network.h"
|
||||
|
||||
namespace network::file
|
||||
{
|
||||
class server : public network::server
|
||||
{
|
||||
private:
|
||||
std::fstream stream;
|
||||
|
||||
public:
|
||||
server();
|
||||
};
|
||||
|
||||
class client : public network::client
|
||||
{
|
||||
private:
|
||||
std::fstream stream;
|
||||
|
||||
public:
|
||||
client();
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user