From d22c5966c130ef7768bac7914cb4dafa74088036 Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 16 May 2008 15:00:12 +0000 Subject: Worked on the connection of the various elements of the server. --- server/src/templateparser.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'server/src/templateparser.h') diff --git a/server/src/templateparser.h b/server/src/templateparser.h index d5c09b1..8570234 100644 --- a/server/src/templateparser.h +++ b/server/src/templateparser.h @@ -33,7 +33,7 @@ typedef enum { UNDEFINED, TEMPLATE, - MACROSEQUENCE, + COURSE, MACRO, QUERIES, QUERY, @@ -47,6 +47,7 @@ public: TemplateParser(std::string templatefile); ~TemplateParser(); + void characterData(std::string &data); void startTag(std::string name, std::map< std::string, std::string> attributes); void endTag(std::string name); -- cgit v1.2.3