From 119468f621a59d86da10bedf75c4427b70f9d370 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 16 Mar 2012 03:15:41 +0000 Subject: Remove activity from interface and use set_property() instead. Move client registration stuff to Engine and remove corresponding events. Simply response ID interface. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4066 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/ServerInterfaceImpl.hpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/server/ServerInterfaceImpl.hpp') diff --git a/src/server/ServerInterfaceImpl.hpp b/src/server/ServerInterfaceImpl.hpp index b43549ef..e3dcabad 100644 --- a/src/server/ServerInterfaceImpl.hpp +++ b/src/server/ServerInterfaceImpl.hpp @@ -52,12 +52,7 @@ public: Raul::URI uri() const { return "http://drobilla.net/ns/ingen#internal"; } - virtual void respond_to(ClientInterface* client, int32_t id); - virtual void disable_responses(); - - // Client registration - virtual void register_client(ClientInterface* client); - virtual void unregister_client(const Raul::URI& uri); + virtual void set_response_id(int32_t id); // Bundles virtual void bundle_begin(); -- cgit v1.2.1