From 3c5931bb13b5f88edcebb375fa6964dde8b85563 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 26 Jul 2012 15:27:03 +0000 Subject: Report subject with errors to client for more meaningful error messages. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4556 a436a847-0d15-0410-975c-d299462d15a1 --- src/bindings/Client.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bindings') diff --git a/src/bindings/Client.hpp b/src/bindings/Client.hpp index f8dd84ff..248c71ec 100644 --- a/src/bindings/Client.hpp +++ b/src/bindings/Client.hpp @@ -31,7 +31,7 @@ public: void bundle_begin() {} void bundle_end() {} - void response(int32_t id, Status status) {} + void response(int32_t id, Status status, const std::string& subject) {} void error(const std::string& msg) {} void put(const Raul::URI& path, const Ingen::Resource::Properties& properties) {} void connect(const Raul::Path& src_port_path, const Raul::Path& dst_port_path) {} -- cgit v1.2.1