working commit
This commit is contained in:
@@ -16,6 +16,8 @@ public:
|
||||
virtual std::expected<int, std::string> Write(std::string payload);
|
||||
virtual std::expected<int, std::string> Read(std::string& buffer, int size);
|
||||
virtual ~NetClient(void);
|
||||
NetClient(const NetClient&) = delete;
|
||||
NetClient& operator=(const NetClient&) = delete;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user