summaryrefslogtreecommitdiff
path: root/src/fake_monitor.hh
blob: 836e082ef188f415f0e52726d8064e1e75804082 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef FAKE_MONITOR_HH
#define FAKE_MONITOR_HH

#include "monitor.hh"

class FakeMonitor : public Monitor {
public:
  static Monitor* create(std::shared_ptr<Looper> const& looper);
};

#endif  // FAKE_MONITOR_HH