diff options
Diffstat (limited to 'src/server/events/Disconnect.hpp')
-rw-r--r-- | src/server/events/Disconnect.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/server/events/Disconnect.hpp b/src/server/events/Disconnect.hpp index 8a69dac4..69d9469c 100644 --- a/src/server/events/Disconnect.hpp +++ b/src/server/events/Disconnect.hpp @@ -55,7 +55,7 @@ public: ~Disconnect(); bool pre_process(); - void execute(ProcessContext& context); + void execute(RunContext& context); void post_process(); void undo(Interface& target); @@ -66,7 +66,7 @@ public: OutputPort* t, InputPort* h); - bool execute(ProcessContext& context, bool set_head_buffers); + bool execute(RunContext& context, bool set_head_buffers); inline OutputPort* tail() { return _tail; } inline InputPort* head() { return _head; } |