[mapguide-commits] r7263 - sandbox/adsk/2.5k/Common/Stylization

svn_mapguide at osgeo.org svn_mapguide at osgeo.org
Wed Dec 12 21:51:31 PST 2012


Author: hubu
Date: 2012-12-12 21:51:31 -0800 (Wed, 12 Dec 2012)
New Revision: 7263

Modified:
   sandbox/adsk/2.5k/Common/Stylization/SE_StyleVisitor.cpp
Log:
On behalf of Steven Xu
Merge trunk changeset 7262 into adsk/2.4k branch stream.

This is a follow-up submission for ticket #2197 (The usage of "swscanf" results in bad performance in MgStylization.dll).

Modified: sandbox/adsk/2.5k/Common/Stylization/SE_StyleVisitor.cpp
===================================================================
--- sandbox/adsk/2.5k/Common/Stylization/SE_StyleVisitor.cpp	2012-12-13 01:41:49 UTC (rev 7262)
+++ sandbox/adsk/2.5k/Common/Stylization/SE_StyleVisitor.cpp	2012-12-13 05:51:31 UTC (rev 7263)
@@ -144,7 +144,6 @@
 }
 
 
-#ifdef _DEBUG
 inline bool IsTag(const wchar_t& item)
 {
     return (item == L'm' || item == L'M'
@@ -154,7 +153,6 @@
          || item == L'a' || item == L'A'
          || item == L'z' || item == L'Z');
 }
-#endif
 
 
 bool SE_StyleVisitor::ParseDouble(const wchar_t*& str, double& val)



More information about the mapguide-commits mailing list