Code

Setting for testing got into the tree. oops.
authorishmal <ishmal@users.sourceforge.net>
Tue, 13 May 2008 15:03:47 +0000 (15:03 +0000)
committerishmal <ishmal@users.sourceforge.net>
Tue, 13 May 2008 15:03:47 +0000 (15:03 +0000)
src/dom/dom.h

index 540e7361c4286a7e220be32a93b4c87ddaec9bb9..c1d9428d0e3a1bcce35face32ef571178722dba5 100644 (file)
@@ -57,8 +57,8 @@
  * 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
@@ -79,11 +79,11 @@ namespace dom
  * 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;
 
 
 /**