brians | 2fdfc07 | 2013-02-26 05:35:15 +0000 | [diff] [blame] | 1 | #include "ctemplate/template_cache.h" |
2 | |||||
3 | namespace aos { | ||||
4 | namespace http { | ||||
5 | |||||
6 | // Retrieves the cache used by all of the aos functions etc. | ||||
7 | // This cache will have its root directory set to the directory where the | ||||
8 | // executable is running from. | ||||
9 | ctemplate::TemplateCache *get_template_cache(); | ||||
10 | |||||
11 | } // namespace http | ||||
12 | } // namespace aos |