From d7bc67f9752a90abf165c875839294befb42ef90 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 21 Oct 2011 23:11:27 +0000 Subject: Merge Request into Event. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3574 a436a847-0d15-0410-975c-d299462d15a1 --- src/server/ServerInterfaceImpl.hpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/server/ServerInterfaceImpl.hpp') diff --git a/src/server/ServerInterfaceImpl.hpp b/src/server/ServerInterfaceImpl.hpp index ba96d051..b43549ef 100644 --- a/src/server/ServerInterfaceImpl.hpp +++ b/src/server/ServerInterfaceImpl.hpp @@ -26,7 +26,6 @@ #include "ingen/ServerInterface.hpp" #include "ingen/Resource.hpp" #include "EventSource.hpp" -#include "Request.hpp" #include "types.hpp" namespace Ingen { @@ -98,11 +97,9 @@ public: virtual void ping(); virtual void get(const Raul::URI& uri); - SharedPtr request() { return _request; } - void set_request(SharedPtr r) { _request = r; } - protected: - SharedPtr _request; ///< NULL if responding disabled + ClientInterface* _request_client; + int32_t _request_id; Engine& _engine; bool _in_bundle; ///< True iff a bundle is currently being received -- cgit v1.2.1