Move event handling its own file

This commit is contained in:
Robbert van der Helm
2020-03-11 14:42:09 +01:00
parent c86ad23703
commit aa31665666
8 changed files with 244 additions and 227 deletions
+3
View File
@@ -25,6 +25,9 @@
#include <iostream>
#include <random>
#include "../common/communication.h"
#include "../common/events.h"
namespace bp = boost::process;
// I'd rather use std::filesystem instead, but Boost.Process depends on
// boost::filesystem
-1
View File
@@ -25,7 +25,6 @@
#include <boost/process/child.hpp>
#include <thread>
#include "../common/communication.h"
#include "../common/logging.h"
/**