mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-05 15:00:33 +00:00
Fix building
This commit is contained in:
parent
96f34cabb1
commit
8319c2d33a
@ -35,10 +35,14 @@
|
|||||||
#include <string>
|
#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_)
|
int tcp_communication::listen_tcp_connection(size_t d_port_, size_t d_port_ch0_)
|
||||||
|
Loading…
Reference in New Issue
Block a user