code cleanups

This commit is contained in:
Guenter Obiltschnig
2012-10-15 12:27:56 +00:00
parent ac8c9ad1ca
commit eb8c662c4c
19 changed files with 151 additions and 175 deletions

View File

@@ -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