[mapguide-commits] r1099 - trunk/MgDev/Server/src/Gws/GwsCommon

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Fri Feb 9 17:37:36 EST 2007


Author: brucedechant
Date: 2007-02-09 17:37:36 -0500 (Fri, 09 Feb 2007)
New Revision: 1099

Modified:
   trunk/MgDev/Server/src/Gws/GwsCommon/GwsResourceUtil.cpp
Log:
Update the GWS Join engine to reference the MapGuide resource file.

Modified: trunk/MgDev/Server/src/Gws/GwsCommon/GwsResourceUtil.cpp
===================================================================
--- trunk/MgDev/Server/src/Gws/GwsCommon/GwsResourceUtil.cpp	2007-02-09 22:02:38 UTC (rev 1098)
+++ trunk/MgDev/Server/src/Gws/GwsCommon/GwsResourceUtil.cpp	2007-02-09 22:37:36 UTC (rev 1099)
@@ -32,7 +32,11 @@
 // Something is seriously wrong if the string is over this size.
 static int MAX_BUF_SIZE = 8192;
 
-CGwsResourceModule module(L"GWSResource");
+#ifdef _DEBUG
+CGwsResourceModule module(L"MgGwsResourced");
+#else
+CGwsResourceModule module(L"MgGwsResource");
+#endif
 
 CGwsResourceModule::CGwsResourceModule(const wchar_t* fileName)
 {



More information about the mapguide-commits mailing list