working commit
This commit is contained in:
+3
-3
@@ -11,14 +11,14 @@
|
||||
#include <memory>
|
||||
|
||||
#include <netclient.hpp>
|
||||
#include <nethandler.hpp>
|
||||
#include <abrpchandler.hpp>
|
||||
|
||||
class TestConnector : public NetClient {
|
||||
private:
|
||||
NetHandler* handler;
|
||||
AbstractRPCHandler* handler;
|
||||
std::stringstream backss;
|
||||
public:
|
||||
TestConnector(NetHandler& hand);
|
||||
TestConnector(AbstractRPCHandler& hand);
|
||||
std::expected<int, std::string> Write(std::string payload) override;
|
||||
std::expected<int, std::string> Read(std::string& buffer, int size) override;
|
||||
~TestConnector(void);
|
||||
|
||||
Reference in New Issue
Block a user