From 30ab854db6779ed0363b2d30c0349133cca7f4dc Mon Sep 17 00:00:00 2001 From: Johannes Wendel Date: Thu, 25 Apr 2019 21:33:55 +0200 Subject: [PATCH] wrote socket handler --- .idea/workspace.xml | 391 +++++++++--------- CMakeLists.txt | 2 +- FlippR-Driver/include/input/Event.h | 2 + FlippR-Driver/src/input/Event.cpp | 13 + .../networking/input/SocketConnection.cpp | 11 - .../networking/input/SocketConnection.h | 38 -- .../networking/input/SocketHandler.cpp | 66 +-- .../utility/networking/input/SocketHandler.h | 33 +- 8 files changed, 260 insertions(+), 296 deletions(-) delete mode 100644 FlippR-Driver/src/utility/networking/input/SocketConnection.cpp delete mode 100644 FlippR-Driver/src/utility/networking/input/SocketConnection.h diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 6a1119b..a0c540a 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -12,24 +12,13 @@ - - - - - - - - - - - - - - - - + + + + +