From 2df36164c6dfaa4c1dfbd7bb652ff9837c8d912c Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Fri, 17 Jul 2020 12:10:54 +0200 Subject: Move IceccMonMon::connect to MonMon All implementations are going to need a "connect" method --- src/icecc.hh | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) (limited to 'src/icecc.hh') 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 -#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 const& looper); -}; - -std::unique_ptr create_icecc_monmon( +std::unique_ptr create_icecc_monmon( std::shared_ptr const& looper, unsigned columns); #endif // ICECC_HH -- cgit v1.3