[mapguide-commits] r5594 - trunk/MgDev/Common/MdfParser
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Thu Mar 3 14:47:06 EST 2011
Author: brucedechant
Date: 2011-03-03 11:47:06 -0800 (Thu, 03 Mar 2011)
New Revision: 5594
Modified:
trunk/MgDev/Common/MdfParser/IOUtil.h
Log:
Removed commented out lines.Fix for trac ticket 1609 - MdfParser uses global tab methods that are not thread safe
http://trac.osgeo.org/mapguide/ticket/1609
Notes:
- Removed commented out lines.
Modified: trunk/MgDev/Common/MdfParser/IOUtil.h
===================================================================
--- trunk/MgDev/Common/MdfParser/IOUtil.h 2011-03-03 19:42:18 UTC (rev 5593)
+++ trunk/MgDev/Common/MdfParser/IOUtil.h 2011-03-03 19:47:06 UTC (rev 5594)
@@ -108,15 +108,7 @@
MDFPARSER_API std::string IntToStr(int i);
MDFPARSER_API std::string DoubleToStr(double d);
MDFPARSER_API std::string BoolToStr(bool b);
-/*
- MDFPARSER_API std::string tab.tab();
- MDFPARSER_API int gettabcount();
- MDFPARSER_API void tab.inctab();
- MDFPARSER_API void tab.dectab();
- MDFPARSER_API void zerotab();
- MDFPARSER_API void disableTabs();
-*/
MDFPARSER_API std::string startStr(const std::string& elementName);
MDFPARSER_API std::string endStr(const std::string& elementName);
More information about the mapguide-commits
mailing list