summaryrefslogtreecommitdiff
path: root/server/src/transactionparser.h
diff options
context:
space:
mode:
authordeva <deva>2011-07-01 11:54:26 +0000
committerdeva <deva>2011-07-01 11:54:26 +0000
commit23f39df8b8edeacfa5821050abbdc855acb2edd6 (patch)
treee56f7826c361a85a3bac9e0b3206086c81114748 /server/src/transactionparser.h
parent2c53b5ef16626112dfc738420eec3e1963b1a343 (diff)
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.
Diffstat (limited to 'server/src/transactionparser.h')
-rw-r--r--server/src/transactionparser.h2
1 files changed, 1 insertions, 1 deletions
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