diff bits/RequestOrResponse.h @ 32:2d97883d20df

Wire up a couple of server actions
author Chris Cannam <c.cannam@qmul.ac.uk>
date Tue, 24 May 2016 17:17:03 +0100
parents b376ab0ce003
children 38780f15ac8d
line wrap: on
line diff
--- a/bits/RequestOrResponse.h	Tue May 24 16:30:01 2016 +0100
+++ b/bits/RequestOrResponse.h	Tue May 24 17:17:03 2016 +0100
@@ -35,7 +35,6 @@
 #ifndef VAMPIPE_REQUEST_OR_RESPONSE_H
 #define VAMPIPE_REQUEST_OR_RESPONSE_H
 
-#include "PreservingPluginHandleMapper.h"
 #include "RequestResponseType.h"
 
 #include <vamp-hostsdk/PluginStaticData.h>
@@ -64,8 +63,6 @@
     bool success;
     std::string errorText;
 
-    PreservingPluginHandleMapper mapper;
-
     std::vector<Vamp::HostExt::PluginStaticData> listResponse;
     Vamp::HostExt::LoadRequest loadRequest;
     Vamp::HostExt::LoadResponse loadResponse;