summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1b27a58)
raw | patch | inline | side by side (parent: 1b27a58)
author | ishmal <ishmal@users.sourceforge.net> | |
Fri, 30 Mar 2007 02:29:06 +0000 (02:29 +0000) | ||
committer | ishmal <ishmal@users.sourceforge.net> | |
Fri, 30 Mar 2007 02:29:06 +0000 (02:29 +0000) |
src/dom/domconfig.h | patch | blob | history | |
src/dom/uri.cpp | patch | blob | history |
diff --git a/src/dom/domconfig.h b/src/dom/domconfig.h
index 41dce7a10756e3f08f2d0414b581e5a327f8b6b4..120d7a218e8dcf6f6cf6ae1695eb9465f18a1aae 100644 (file)
--- a/src/dom/domconfig.h
+++ b/src/dom/domconfig.h
* or GlibMM's Glib::ustring. If neither one is defined, then DOMString
* is defined as stdc++'s std::string.
*/
-#define DOM_STRING_GLIBMM
+//#define DOM_STRING_GLIBMM
//#define DOM_STRING_OWN
-
-
#endif /* __DOMCONFIG_H__ */
/*#########################################################################
## E N D O F F I L E
diff --git a/src/dom/uri.cpp b/src/dom/uri.cpp
index 1747f42f92363bfb46048b45aca722a118317a5d..9eff6b8b0c0142f396f415b67b4e84d2efef8041 100644 (file)
--- a/src/dom/uri.cpp
+++ b/src/dom/uri.cpp
#include <stdio.h>
#include <stdarg.h>
-
+#include <vector>
namespace org