1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-09-05 12:27:59 +00:00

Fix building

This commit is contained in:
Carles Fernandez
2018-12-03 11:19:24 +01:00
parent 96f34cabb1
commit 8319c2d33a

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_)