From f3546d49dbd2d673138387a87bc523c26dcece68 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 11 Sep 2016 15:21:25 +0200 Subject: Remove last vestiges of multiple run contexts --- src/server/NodeImpl.hpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/server/NodeImpl.hpp') diff --git a/src/server/NodeImpl.hpp b/src/server/NodeImpl.hpp index 3d87b2f2..dc85a757 100644 --- a/src/server/NodeImpl.hpp +++ b/src/server/NodeImpl.hpp @@ -35,9 +35,8 @@ namespace Shared { class URIs; } namespace Server { class BufferFactory; -class Context; class GraphImpl; -class ProcessContext; +class RunContext; /** An object on the audio graph (a Graph, Block, or Port). * @@ -88,7 +87,7 @@ public: * \param maid Any objects no longer needed will be pushed to this */ virtual bool apply_poly( - ProcessContext& context, Raul::Maid& maid, uint32_t poly) = 0; + RunContext& context, Raul::Maid& maid, uint32_t poly) = 0; protected: NodeImpl(const Ingen::URIs& uris, -- cgit v1.2.1