From: <tbr...@us...> - 2012-03-20 17:01:10
|
Revision: 224 http://xmlwrapp.svn.sourceforge.net/xmlwrapp/?rev=224&view=rev Author: tbrowder2 Date: 2012-03-20 17:00:59 +0000 (Tue, 20 Mar 2012) Log Message: ----------- replace Glib namespace with xmlws Modified Paths: -------------- trunk/src/libxmlwrappstring/xmlwrappstring.cc Modified: trunk/src/libxmlwrappstring/xmlwrappstring.cc =================================================================== --- trunk/src/libxmlwrappstring/xmlwrappstring.cc 2012-03-20 16:55:55 UTC (rev 223) +++ trunk/src/libxmlwrappstring/xmlwrappstring.cc 2012-03-20 17:00:59 UTC (rev 224) @@ -212,7 +212,7 @@ } // anonymous namespace -namespace Glib +namespace xmlws { #ifndef GLIBMM_HAVE_ALLOWS_STATIC_INLINE_NPOS @@ -1412,4 +1412,4 @@ #endif /* GLIBMM_HAVE_WIDE_STREAM */ -} // namespace Glib +} // namespace xmlws This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |