summaryrefslogtreecommitdiff
path: root/src/icecc.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/icecc.hh')
-rw-r--r--src/icecc.hh15
1 files changed, 3 insertions, 12 deletions
diff --git a/src/icecc.hh b/src/icecc.hh
index 2b3cdf0..f061de6 100644
--- a/src/icecc.hh
+++ b/src/icecc.hh
@@ -3,19 +3,10 @@
#include <memory>
-#include "monmon.hh"
+class MonMon;
+class PollLooper;
-class Args;
-
-class IceccMonMon : public MonMon {
-public:
- virtual void connect(Args const* args) = 0;
-
-protected:
- IceccMonMon(std::shared_ptr<PollLooper> const& looper);
-};
-
-std::unique_ptr<IceccMonMon> create_icecc_monmon(
+std::unique_ptr<MonMon> create_icecc_monmon(
std::shared_ptr<PollLooper> const& looper, unsigned columns);
#endif // ICECC_HH