mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-14 13:57:13 +02:00
minor
This commit is contained in:
@ -1,9 +1,8 @@
|
|||||||
#include "ClientInterface.h"
|
#include "ClientInterface.h"
|
||||||
|
|
||||||
ClientInterface::ClientInterface(MySocketTCP *socket, int n, std::string t):
|
ClientInterface::ClientInterface(MySocketTCP *socket, int n, std::string t): mySocket(socket),
|
||||||
mySocket(socket),
|
index(n),
|
||||||
index(n),
|
type(t){}
|
||||||
type(t){}
|
|
||||||
|
|
||||||
void ClientInterface::SetSocket(MySocketTCP *socket) {
|
void ClientInterface::SetSocket(MySocketTCP *socket) {
|
||||||
mySocket = socket;
|
mySocket = socket;
|
||||||
|
Reference in New Issue
Block a user