mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 20:20:35 +00:00
Fix building
This commit is contained in:
parent
96f34cabb1
commit
8319c2d33a
@ -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_)
|
||||
|
Loading…
Reference in New Issue
Block a user