Author: martinf
Date: Tue Aug 1 03:46:20 2006
New Revision: 23399
URL:
http://svn.reactos.org/svn/reactos?rev=23399&view=rev
Log:
move string constants into XMLStorage namespace
Modified:
trunk/reactos/base/applications/ibrowser/utility/xmlstorage.cpp
trunk/reactos/base/shell/explorer/utility/xmlstorage.cpp
Modified: trunk/reactos/base/applications/ibrowser/utility/xmlstorage.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/applications/ibrowser…
==============================================================================
--- trunk/reactos/base/applications/ibrowser/utility/xmlstorage.cpp (original)
+++ trunk/reactos/base/applications/ibrowser/utility/xmlstorage.cpp Tue Aug 1 03:46:20
2006
@@ -44,6 +44,9 @@
#include <precomp.h>
+namespace XMLStorage {
+
+
// work around GCC's wide string constant bug
#ifdef __GNUC__
const LPCXSSTR XMLStorage::XS_EMPTY = XS_EMPTY_STR;
@@ -52,9 +55,6 @@
const LPCXSSTR XMLStorage::XS_INTFMT = XS_INTFMT_STR;
const LPCXSSTR XMLStorage::XS_FLOATFMT = XS_FLOATFMT_STR;
#endif
-
-
-namespace XMLStorage {
/// remove escape characters from zero terminated string
Modified: trunk/reactos/base/shell/explorer/utility/xmlstorage.cpp
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/base/shell/explorer/utilit…
==============================================================================
--- trunk/reactos/base/shell/explorer/utility/xmlstorage.cpp (original)
+++ trunk/reactos/base/shell/explorer/utility/xmlstorage.cpp Tue Aug 1 03:46:20 2006
@@ -44,6 +44,9 @@
#include <precomp.h>
+namespace XMLStorage {
+
+
// work around GCC's wide string constant bug
#ifdef __GNUC__
const LPCXSSTR XMLStorage::XS_EMPTY = XS_EMPTY_STR;
@@ -52,9 +55,6 @@
const LPCXSSTR XMLStorage::XS_INTFMT = XS_INTFMT_STR;
const LPCXSSTR XMLStorage::XS_FLOATFMT = XS_FLOATFMT_STR;
#endif
-
-
-namespace XMLStorage {
/// remove escape characters from zero terminated string