From 23f39df8b8edeacfa5821050abbdc855acb2edd6 Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 1 Jul 2011 11:54:26 +0000 Subject: removed macrotool. add lua wrapper for praxisd. new type attributes_t for sax parser and children. make macros/templates use real vars instead of var map. add data ttl on macro level. add 'important' attribute to macrotags in templates. --- server/src/transactionparser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/src/transactionparser.h') diff --git a/server/src/transactionparser.h b/server/src/transactionparser.h index 4d54a5a..6eefaac 100644 --- a/server/src/transactionparser.h +++ b/server/src/transactionparser.h @@ -51,7 +51,7 @@ public: /** * Start tag callback method. */ - void startTag(std::string name, std::map< std::string, std::string> attributes); + void startTag(std::string name, attributes_t &attr); /** * Parser error callback method. Unlike its parent class, this method throws -- cgit v1.2.3