From e1439953c837b2d3d70a3481ba061bf1ba51f286 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 19 Mar 2017 18:05:17 +0100 Subject: Cleanup: Factor out bypass method --- src/server/BlockImpl.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/server/BlockImpl.hpp') diff --git a/src/server/BlockImpl.hpp b/src/server/BlockImpl.hpp index 2e3e5fcd..701e2188 100644 --- a/src/server/BlockImpl.hpp +++ b/src/server/BlockImpl.hpp @@ -121,6 +121,9 @@ public: /** Run block for an entire process cycle (calls run()). */ virtual void process(RunContext& context); + /** Bypass block for an entire process cycle (called from process()). */ + virtual void bypass(RunContext& context); + /** Run block for a portion of process cycle (called from process()). */ virtual void run(RunContext& context) = 0; -- cgit v1.2.1