[commit] r2034 - trunk/GME/Parser
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Mon Aug 27 11:45:33 CDT 2012
Author: ksmyth
Date: Mon Aug 27 11:45:33 2012
New Revision: 2034
Log:
MgaDumper progress bar TODO
Modified:
trunk/GME/Parser/MgaDumper.cpp
Modified: trunk/GME/Parser/MgaDumper.cpp
==============================================================================
--- trunk/GME/Parser/MgaDumper.cpp Mon Aug 27 11:45:24 2012 (r2033)
+++ trunk/GME/Parser/MgaDumper.cpp Mon Aug 27 11:45:33 2012 (r2034)
@@ -661,6 +661,8 @@
Data(regnode, &IMgaRegNode::get_Value);
EndElem();
+ // FIXME: MetaGME uses many regnodes on rootfolder, which makes progress bar freeze
+
// dumping the subnodes
CComObjPtrVector<IMgaRegNode> v;
COMTHROW( regnode->get_SubNodes(VARIANT_FALSE, PutOut(v)) );
More information about the gme-commit
mailing list