summaryrefslogtreecommitdiff
path: root/httptnt/resourceStreamer.ecpp
diff options
context:
space:
mode:
Diffstat (limited to 'httptnt/resourceStreamer.ecpp')
-rw-r--r--httptnt/resourceStreamer.ecpp26
1 files changed, 13 insertions, 13 deletions
diff --git a/httptnt/resourceStreamer.ecpp b/httptnt/resourceStreamer.ecpp
index 96c4ea4..3ab17bd 100644
--- a/httptnt/resourceStreamer.ecpp
+++ b/httptnt/resourceStreamer.ecpp
@@ -1,12 +1,12 @@
-//<%args>
-//objectID;
-//int resourceID = 0;
-//</%args>
-//<%pre>
+<%args>
+objectID;
+int resourceID = 0;
+</%args>
+<%pre>
#include <string>
#include <stdint.h>
#include <limits>
-#include <memory>
+#include <boost/shared_ptr.hpp>
#include "../include/tools.h"
#include "../include/media/mediaManager.h"
#include "../include/server.h"
@@ -16,11 +16,11 @@
#include <tnt/http.h>
using namespace upnp;
-//</%pre>
-//<#
+</%pre>
+<#
int doRequest(tnt::HttpReply reply, tnt::HttpRequest request, std::string objectID, int resourceID) {
-//#>
-//<%cpp>
+#>
+<%cpp>
if(objectID.empty()){
reply.out() << "Object ID missing";
return HTTP_BAD_REQUEST;
@@ -108,7 +108,7 @@ int doRequest(tnt::HttpReply reply, tnt::HttpRequest request, std::string object
streamer->Close();
//reply.out() << std::flush;
return code;
-//</%cpp>
-//<#
+</%cpp>
+<#
}
-//#>
+#>