Fix building

This commit is contained in:
Carles Fernandez 2018-12-03 11:19:24 +01:00
parent 96f34cabb1
commit 8319c2d33a
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
1 changed files with 6 additions and 2 deletions

View File

@ -35,10 +35,14 @@
#include <string>
tcp_communication::tcp_communication() : tcp_socket_(io_service_) = default;
tcp_communication::tcp_communication() : tcp_socket_(io_service_)
{
}
tcp_communication::~tcp_communication() = default;
tcp_communication::~tcp_communication()
{
}
int tcp_communication::listen_tcp_connection(size_t d_port_, size_t d_port_ch0_)