From 10f50e4a6b8cbe83cf8c9bee238afe93a5958053 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Fri, 16 Aug 2013 14:29:23 +0100 Subject: finished render log --- rotord/src/rotord.h | 1 + 1 file changed, 1 insertion(+) (limited to 'rotord/src/rotord.h') diff --git a/rotord/src/rotord.h b/rotord/src/rotord.h index 5d4398b..ea065c0 100755 --- a/rotord/src/rotord.h +++ b/rotord/src/rotord.h @@ -88,6 +88,7 @@ class RotorRequestHandlerFactory: public HTTPRequestHandlerFactory private: std::unordered_map context; + std::unordered_map renders; Poco::UUIDGenerator idGen; Poco::TaskManager manager; }; -- cgit v1.2.3