[GME-commit] GMESRC/Paradigms/MetaGME/MetaInterpreter2004 BON2Component.cpp,1.10,1.11

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Tue Mar 9 20:36:30 CST 2004


Update of /var/lib/gme/GMESRC/Paradigms/MetaGME/MetaInterpreter2004
In directory braindrain:/tmp/cvs-serv29833

Modified Files:
	BON2Component.cpp 
Log Message:
-Aspect ordering taken into account during the drop-down list
-Aspect ordering moved ahead
-Registry logic changed
-ConnJoint appending correction (new owner has to set in m_connPtr)
-ConnJoint::intInherit corrected: roles of References to be used
-ConnJoint::intInherit corrected: transitive references not dumped
-ESML paradigm/import xml error: orphan attributes must not be dumped along with global attributes
-ReferenceRep::finalize modified not to calculate m_allReferences (transitive)

Modified Files:
 	BON2Component.cpp Asp/AspectSpecDlg.cpp Rep/Any.cpp Rep/Any.h 
 	Rep/AspectRep.cpp Rep/Broker.cpp Rep/Broker.h 
 	Rep/ConnJoint.cpp Rep/ConnJoint.h Rep/ConnectionRep.cpp 
 	Rep/ConnectionRep.h Rep/Dumper.cpp Rep/Dumper.h Rep/FCO.cpp 
 	Rep/FCO.h Rep/FolderRep.cpp Rep/FolderRep.h Rep/ModelRep.cpp 
 	Rep/ModelRep.h Rep/ReferenceRep.cpp Rep/ReferenceRep.h 
 	Rep/Sheet.cpp 


CVS User: zolmol

Index: BON2Component.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/Paradigms/MetaGME/MetaInterpreter2004/BON2Component.cpp,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** BON2Component.cpp	4 Mar 2004 17:54:20 -0000	1.10
--- BON2Component.cpp	10 Mar 2004 02:36:27 -0000	1.11
***************
*** 51,56 ****
  Component::~Component()
  {
- 	/*finalize( m_project );
- 	m_project = NULL;*/
  	if ( m_project ) {
  		m_project->finalizeObjects();
--- 51,54 ----
***************
*** 1671,1675 ****
  			
  			global_vars.dmp.close();
! 			if (success) 
  				Dumper::registerIt( global_vars.xmp_file_name);
  		}
--- 1669,1673 ----
  			
  			global_vars.dmp.close();
! 			if (success)
  				Dumper::registerIt( global_vars.xmp_file_name);
  		}



More information about the GME-commit mailing list