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/saxparser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'server/src/saxparser.h') diff --git a/server/src/saxparser.h b/server/src/saxparser.h index e15b38c..3cb7997 100644 --- a/server/src/saxparser.h +++ b/server/src/saxparser.h @@ -38,6 +38,7 @@ public: int parse(); + virtual void characterData(std::string &data) {} virtual void startTag(std::string name, std::map< std::string, std::string> attributes) {} virtual void endTag(std::string name) {} -- cgit v1.2.3