mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-03-29 08:38:18 +02:00
works so far, no gui yet
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
#pragma once
|
||||
/********************************************//**
|
||||
* @file slsReceiverTCPIPInterface.h
|
||||
* @short interface between receiver and client
|
||||
***********************************************/
|
||||
#ifndef SLS_RECEIVER_TCP_IP_INTERFACE_H
|
||||
#define SLS_RECEIVER_TCP_IP_INTERFACE_H
|
||||
|
||||
|
||||
#include "sls_receiver_defs.h"
|
||||
@@ -332,6 +331,3 @@ protected:
|
||||
/** Socket */
|
||||
MySocketTCP* mySock;
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user