From bb3fad646f94739a876869464a484c99795bce61 Mon Sep 17 00:00:00 2001 From: deva Date: Tue, 3 Jun 2008 08:13:20 +0000 Subject: Added support for lua validator programs. --- server/src/template.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'server/src/template.h') diff --git a/server/src/template.h b/server/src/template.h index 954aa76..f19746a 100644 --- a/server/src/template.h +++ b/server/src/template.h @@ -36,6 +36,11 @@ public: std::map< std::string, std::string > attributes; }; +class LUAProgram { +public: + std::map< std::string, std::string > attributes; +}; + class Map { public: std::map< std::string, std::string > attributes; @@ -50,6 +55,7 @@ class Macro { public: std::vector< Query > queries; std::vector< Map > maps; + std::vector< LUAProgram > luaprograms; Widget window; std::map< std::string, std::string > attributes; }; -- cgit v1.2.3