mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-15 23:20:06 +02:00
code cleanups
This commit is contained in:
@@ -33,16 +33,18 @@
|
||||
// DEALINGS IN THE SOFTWARE.
|
||||
//
|
||||
|
||||
|
||||
#include "Poco/File.h"
|
||||
#include "Poco/JSON/TemplateCache.h"
|
||||
|
||||
namespace Poco
|
||||
{
|
||||
namespace JSON
|
||||
{
|
||||
|
||||
namespace Poco {
|
||||
namespace JSON {
|
||||
|
||||
|
||||
TemplateCache* TemplateCache::_instance = NULL;
|
||||
|
||||
|
||||
TemplateCache::TemplateCache() : _logger(NULL)
|
||||
{
|
||||
setup();
|
||||
@@ -169,4 +171,5 @@ Path TemplateCache::resolvePath(const Path& path) const
|
||||
throw FileNotFoundException(path.toString());
|
||||
}
|
||||
|
||||
}} // Poco::JSON
|
||||
|
||||
} } // Poco::JSON
|
||||
|
Reference in New Issue
Block a user