Switched sync.{cpp,h} to std threading primitives.

This commit is contained in:
Thomas Snider
2017-11-18 11:35:14 -08:00
parent 99bc0b428b
commit bba9bd0d9d
3 changed files with 15 additions and 19 deletions

View File

@@ -28,6 +28,7 @@
#include <vector>
#include <boost/signals2/signal.hpp>
#include <boost/thread/condition_variable.hpp> // for boost::thread_interrupted
// Application startup time (used for uptime calculation)
int64_t GetStartupTime();