From e9d9569271ee962c09ab66c6babed1ca5655a6c6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 12 Mar 2012 02:28:21 +0000 Subject: Unify event response mechanism and make it more appropriate for wire transmission. The downside being more cryptic error messages until the client side error reporting stuff gets more fancy, but the important part is that belongs client side. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4053 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/ConnectWindow.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/ConnectWindow.hpp') diff --git a/src/gui/ConnectWindow.hpp b/src/gui/ConnectWindow.hpp index 9f82db32..9905b51a 100644 --- a/src/gui/ConnectWindow.hpp +++ b/src/gui/ConnectWindow.hpp @@ -45,7 +45,7 @@ public: void set_connected_to(SharedPtr engine); void start(App& app, Ingen::Shared::World* world); - void on_response(int32_t id) { _attached = true; } + void ingen_response(int32_t id, Status status) { _attached = true; } bool attached() const { return _finished_connecting; } bool quit_flag() const { return _quit_flag; } -- cgit v1.2.1