From c85b624d28564a6f785b25000e2b7825592a919d Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Tue, 26 Sep 2017 20:09:31 +0200 Subject: Initial commit --- src/fake_monitor.hh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/fake_monitor.hh (limited to 'src/fake_monitor.hh') diff --git a/src/fake_monitor.hh b/src/fake_monitor.hh new file mode 100644 index 0000000..836e082 --- /dev/null +++ b/src/fake_monitor.hh @@ -0,0 +1,11 @@ +#ifndef FAKE_MONITOR_HH +#define FAKE_MONITOR_HH + +#include "monitor.hh" + +class FakeMonitor : public Monitor { +public: + static Monitor* create(std::shared_ptr const& looper); +}; + +#endif // FAKE_MONITOR_HH -- cgit v1.3