1#ifndef EILE_MIT_WEILE_RESPONSELISTENERTHREAD_HPP
2#define EILE_MIT_WEILE_RESPONSELISTENERTHREAD_HPP
6#include "sockpp/tcp_socket.h"
7#include "sockpp/tcp_connector.h"
8#include "ClientNetworkManager.hpp"
24 virtual ExitCode
Entry();
29 void OutputError(std::string title, std::string message);
Thread that listens for responses from the server.
Definition ResponseListenerThread.hpp:18
virtual ExitCode Entry()
Definition ResponseListenerThread.cpp:16
void OutputError(std::string title, std::string message)
Definition ResponseListenerThread.cpp:78
~ResponseListenerThread()
Definition ResponseListenerThread.cpp:11
ResponseListenerThread(sockpp::tcp_connector *connection)
Definition ResponseListenerThread.cpp:6
sockpp::tcp_connector * _connection
Definition ResponseListenerThread.hpp:33