From aef3c9348218029a077f40081fd078a9e2ee85ca Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 3 Feb 2010 20:39:18 +0000 Subject: Responder => Request, and handle EventSource unblocking from Request (simplify Event interfaces). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2417 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/ClientBroadcaster.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/engine/ClientBroadcaster.cpp') diff --git a/src/engine/ClientBroadcaster.cpp b/src/engine/ClientBroadcaster.cpp index 482d25e6..7dac9915 100644 --- a/src/engine/ClientBroadcaster.cpp +++ b/src/engine/ClientBroadcaster.cpp @@ -70,11 +70,8 @@ ClientBroadcaster::unregister_client(const URI& uri) -/** Looks up the client with the given @a source address (which is used as the +/** Looks up the client with the given source @a uri (which is used as the * unique identifier for registered clients). - * - * (A responder is passed to remove the dependency on liblo addresses in request - * events, in anticipation of libom and multiple ways of responding to clients). */ ClientInterface* ClientBroadcaster::client(const URI& uri) -- cgit v1.2.1