From fea5bf3ffeac6f7a4c5cccb69c5ce51e4a42dbaf Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sat, 7 Sep 2013 14:25:41 +0100 Subject: render cancelling --- rotord/src/rotord.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'rotord/src/rotord.cpp') diff --git a/rotord/src/rotord.cpp b/rotord/src/rotord.cpp index df1ee6a..57318ed 100755 --- a/rotord/src/rotord.cpp +++ b/rotord/src/rotord.cpp @@ -155,6 +155,9 @@ HTTPRequestHandler* RotorRequestHandlerFactory::createRequestHandler(const HTTPS case NOT_FOUND: XML.addAttribute("render","status","error - not found",i); break; + case CANCELLED: + XML.addAttribute("render","status","render cancelled",i); + break; } context_found=true; } -- cgit v1.2.3