diff options
| author | Tim Redfern <tim@eclectronics.org> | 2013-08-16 14:29:23 +0100 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2013-08-16 14:29:23 +0100 |
| commit | 10f50e4a6b8cbe83cf8c9bee238afe93a5958053 (patch) | |
| tree | f0ca9b48ca702878f6c7d2b5492acaace7df5038 /rotord/src/rotord.h | |
| parent | 1af93fbfe4c8cfa214331d2d96327637ffe749bf (diff) | |
finished render log
Diffstat (limited to 'rotord/src/rotord.h')
| -rwxr-xr-x | rotord/src/rotord.h | 1 |
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; }; |
