summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 904f92e)
raw | patch | inline | side by side (parent: 904f92e)
author | ishmal <ishmal@users.sourceforge.net> | |
Tue, 13 May 2008 15:03:47 +0000 (15:03 +0000) | ||
committer | ishmal <ishmal@users.sourceforge.net> | |
Tue, 13 May 2008 15:03:47 +0000 (15:03 +0000) |
src/dom/dom.h | patch | blob | history |
diff --git a/src/dom/dom.h b/src/dom/dom.h
index 540e7361c4286a7e220be32a93b4c87ddaec9bb9..c1d9428d0e3a1bcce35face32ef571178722dba5 100644 (file)
--- a/src/dom/dom.h
+++ b/src/dom/dom.h
* Then below, select one of the corresponding typedefs.
*/
-//#include <glibmm.h>
-#include <string>
+#include <glibmm.h>
+//#include <string>
//# Unfortunate hack for a name collision
#ifdef SEVERITY_ERROR
* This is the org::w3c::dom::DOMString definition.
* Which type do we want?
*/
-//typedef Glib::ustring DOMString;
-//typedef gunichar XMLCh;
+typedef Glib::ustring DOMString;
+typedef gunichar XMLCh;
-typedef std::string DOMString;
-typedef unsigned short XMLCh;
+//typedef std::string DOMString;
+//typedef unsigned short XMLCh;
/**