mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-22 17:47:59 +02:00
split client and server interface
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
#include "receiver_defs.h"
|
||||
|
||||
class MySocketTCP;
|
||||
class ClientInterface;
|
||||
class ServerInterface;
|
||||
class slsReceiverImplementation;
|
||||
|
||||
|
||||
@ -363,5 +363,5 @@ protected:
|
||||
MySocketTCP* mySock;
|
||||
|
||||
/** client interface */
|
||||
ClientInterface* interface;
|
||||
ServerInterface* interface;
|
||||
};
|
||||
|
Reference in New Issue
Block a user