mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-24 06:08:39 +01:00
changed constructor
This commit is contained in:
@@ -10,8 +10,9 @@ namespace sls{
|
||||
class ClientSocket: public DataSocket{
|
||||
public:
|
||||
ClientSocket(const std::string& hostname, uint16_t port_number);
|
||||
int connect();
|
||||
private:
|
||||
|
||||
struct sockaddr_in serverAddr {};
|
||||
};
|
||||
|
||||
}; //namespace sls
|
||||
Reference in New Issue
Block a user