summaryrefslogtreecommitdiffstats
path: root/src/server/ServerInterfaceImpl.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/ServerInterfaceImpl.hpp')
-rw-r--r--src/server/ServerInterfaceImpl.hpp7
1 files changed, 2 insertions, 5 deletions
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> request() { return _request; }
- void set_request(SharedPtr<Request> r) { _request = r; }
-
protected:
- SharedPtr<Request> _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