diff options
author | deva <deva> | 2008-05-16 15:00:12 +0000 |
---|---|---|
committer | deva <deva> | 2008-05-16 15:00:12 +0000 |
commit | d22c5966c130ef7768bac7914cb4dafa74088036 (patch) | |
tree | 9e0cffb41f582cdf01f592257dd6c85677241f2e /server/src/saxparser.h | |
parent | 3f2a5d6e373a79260594382c67d693d4b97c4ffa (diff) |
Worked on the connection of the various elements of the server.
Diffstat (limited to 'server/src/saxparser.h')
-rw-r--r-- | server/src/saxparser.h | 1 |
1 files changed, 1 insertions, 0 deletions
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) {} |