[ros-diffs] [martinf] 23399: move string constants into XMLStorage namespace

martinf at svn.reactos.org martinf at svn.reactos.org
Tue Aug 1 01:46:21 CEST 2006


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/utility/xmlstorage.cpp?rev=23399&r1=23398&r2=23399&view=diff
==============================================================================
--- 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/utility/xmlstorage.cpp?rev=23399&r1=23398&r2=23399&view=diff
==============================================================================
--- 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




More information about the Ros-diffs mailing list