/* * This file is a part of CMSLU -- Content Management System like Unix * and is not publicly distributed * * Copyright (c) 2008, Tomasz Sowa * All rights reserved. * */ #ifndef headerfileapptemplates #define headerfileapptemplates #include "../../ezc/src/ezc.h" #include "../core/log.h" #include "../core/data.h" namespace AppTemplateFunctions { //void CreateAppFunctions(Ezc::Functions & functions); void ReadAppPatterns(); void CreateAppFunctions(Ezc::Functions & functions); Ezc::Pattern * GetAppPattern(); } #endif