[GME-commit] GMESRC/GME/Parser MgaDumper.cpp,1.29,1.30

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Wed Jun 7 21:21:58 CDT 2006


Update of /project/gme-repository/GMESRC/GME/Parser
In directory escher:/tmp/cvs-serv24427

Modified Files:
	MgaDumper.cpp 
Log Message:
Bugfix for JIRA bug#131.

http://escher.isis.vanderbilt.edu/JIRA/browse/GME-131

If a project element is smartcopied ever, the exported project (XME file) can NOT be reimported.


CVS User: Zoltan Molnar, ISIS (zolmol)

Index: MgaDumper.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Parser/MgaDumper.cpp,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -d -r1.29 -r1.30
*** MgaDumper.cpp	19 May 2006 18:45:34 -0000	1.29
--- MgaDumper.cpp	7 Jun 2006 20:21:56 -0000	1.30
***************
*** 140,143 ****
--- 140,144 ----
  	m_dumpGuids = true; // dump GUIDs with the whole project
  	m_closureDump = false;
+ 	m_v2          = false;
  	m_strictDump = false;
  	m_dumpRelids = true;
***************
*** 161,164 ****
--- 162,166 ----
  	m_dumpGuids = false; // while dumping selected FCOs do NOT dump guids of the fco's
  	m_closureDump = false;
+ 	m_v2          = false;
  	m_strictDump = false; // this method uses the permissive dump
  	// meaning that if a model/folder is in the closure then all children
***************
*** 814,818 ****
  			}
  
! 			if( m_v2)
  			{
  				CComBstrObj guid;
--- 816,820 ----
  			}
  
! 			if( m_closureDump && m_v2)
  			{
  				CComBstrObj guid;



More information about the GME-commit mailing list