From 18e1db1fb8692752f64d3912c3b5ff1818be9028 Mon Sep 17 00:00:00 2001 From: HampusM Date: Mon, 23 May 2022 18:12:39 +0200 Subject: refactor: replace last subscriber patterned code --- src/interfaces/subscriber.hpp | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 src/interfaces/subscriber.hpp (limited to 'src/interfaces/subscriber.hpp') diff --git a/src/interfaces/subscriber.hpp b/src/interfaces/subscriber.hpp deleted file mode 100644 index 942c1d5..0000000 --- a/src/interfaces/subscriber.hpp +++ /dev/null @@ -1,11 +0,0 @@ -#pragma once - -template -// NOLINTNEXTLINE(cppcoreguidelines-special-member-functions) -class ISubscriber -{ -public: - virtual ~ISubscriber() = default; - - virtual void update(const Context &context) noexcept = 0; -}; -- cgit v1.2.3-18-g5258