#ifndef FAKE_MONITOR_HH #define FAKE_MONITOR_HH #include "monitor.hh" class FakeMonitor : public Monitor { public: static std::unique_ptr create(std::shared_ptr const& looper); }; #endif // FAKE_MONITOR_HH