summaryrefslogtreecommitdiff
path: root/httptnt
diff options
context:
space:
mode:
Diffstat (limited to 'httptnt')
-rw-r--r--httptnt/resourceStreamer.ecpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/httptnt/resourceStreamer.ecpp b/httptnt/resourceStreamer.ecpp
index 3af5768..1854916 100644
--- a/httptnt/resourceStreamer.ecpp
+++ b/httptnt/resourceStreamer.ecpp
@@ -10,13 +10,17 @@ int resourceID = 0;
#include "../include/tools.h"
#include "../include/media/mediaManager.h"
#include "../include/server.h"
+#include "../include/media/requestCounter.h"
using namespace upnp;
</%pre>
<%request>
boost::shared_ptr<cResourceStreamer> streamer;
+ request_counter_t counter;
</%request>
<%cpp>
+ _unused(counter);
+
if(objectID.empty()){
reply.out() << "Object ID missing";
return HTTP_BAD_REQUEST;