summaryrefslogtreecommitdiff
path: root/rotord/src/rotord.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2013-08-16 14:29:23 +0100
committerTim Redfern <tim@eclectronics.org>2013-08-16 14:29:23 +0100
commit10f50e4a6b8cbe83cf8c9bee238afe93a5958053 (patch)
treef0ca9b48ca702878f6c7d2b5492acaace7df5038 /rotord/src/rotord.h
parent1af93fbfe4c8cfa214331d2d96327637ffe749bf (diff)
finished render log
Diffstat (limited to 'rotord/src/rotord.h')
-rwxr-xr-xrotord/src/rotord.h1
1 files changed, 1 insertions, 0 deletions
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<std::string,Rotor::Render_context> context;
+ std::unordered_map<std::string,std::string> renders;
Poco::UUIDGenerator idGen;
Poco::TaskManager manager;
};