50 #ifndef TCPCLIENTCONNECTION_H_
51 #define TCPCLIENTCONNECTION_H_
53 #include "system/compat/SystemCompat.h"
54 #include "system/compat/PracticalSocket.h"
55 using namespace ::br::pucrio::telemidia::ginga::core::system::compat;
62 #include "system/thread/Thread.h"
63 using namespace ::br::pucrio::telemidia::ginga::core::system::thread;
65 #include "../../IRemoteDeviceListener.h"
66 #include "../IDeviceDomain.h"
73 namespace multidevice {
81 struct sockaddr_in server_addr;
82 struct hostent *server;
86 unsigned int deviceId;
Definition: TcpClientConnection.h:74
Definition: IRemoteDeviceListener.h:62