From 20b765b8befa32eed913e16d68f03a65459a605d Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 21 Oct 2011 22:29:51 +0000 Subject: Make engine receivers depend only on ServerInterface. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3572 a436a847-0d15-0410-975c-d299462d15a1 --- include/ingen/ServerInterface.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'include/ingen/ServerInterface.hpp') diff --git a/include/ingen/ServerInterface.hpp b/include/ingen/ServerInterface.hpp index 1b5fd56d..c779089d 100644 --- a/include/ingen/ServerInterface.hpp +++ b/include/ingen/ServerInterface.hpp @@ -39,7 +39,7 @@ public: virtual Raul::URI uri() const = 0; // Responses - virtual void set_next_response_id(int32_t id) = 0; + virtual void respond_to(ClientInterface* client, int32_t id) = 0; virtual void disable_responses() = 0; // Client registration @@ -47,9 +47,7 @@ public: virtual void unregister_client(const Raul::URI& uri) = 0; // Requests - virtual void ping() = 0; - virtual void get(const Raul::URI& uri) = 0; }; -- cgit v1.2.1