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:
@@ -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_)
|
||||
|
Reference in New Issue
Block a user