otsdaq  v2_05_02_indev
TCPClient.cc
1 #include "otsdaq/NetworkUtilities/TCPClient.h"
2 
3 using namespace ots;
4 
5 //==============================================================================
6 TCPClient::TCPClient(const std::string& serverIP, int serverPort) : TCPClientBase(serverIP, serverPort) {}
7 
8 //==============================================================================
9 TCPClient::~TCPClient(void) {}