[GME-commit] GMESRC/GME/Mga MgaComplexOps.cpp,1.20,1.21

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Tue Sep 19 17:34:34 CDT 2006


Update of /project/gme-repository/GMESRC/GME/Mga
In directory escher:/tmp/cvs-serv4325

Modified Files:
	MgaComplexOps.cpp 
Log Message:
ObjAttach fixed. Connections, Sets were not handled correctly.
Symptoms: crashed if a derived obj was Detached and right after has been Attached back.



CVS User: Zoltan Molnar, ISIS (zolmol)

Index: MgaComplexOps.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Mga/MgaComplexOps.cpp,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** MgaComplexOps.cpp	19 May 2006 18:35:30 -0000	1.20
--- MgaComplexOps.cpp	19 Sep 2006 16:34:31 -0000	1.21
***************
*** 1727,1730 ****
--- 1727,1733 ----
  					if( ai == ATTRID_ATTRPARENT) { } // no need to copy attr values since the newobj already had its own
  					else if( ai == ATTRID_REGNOWNER) { } // automatic
+ 					else if( ai == ATTRID_CONSTROWNER) { }
+ 					else if( ai == ATTRID_CONNROLE) { }
+ 					else if( ai == ATTRID_SETMEMBER) { }
  					else if(ai == ATTRID_FCOPARENT) {
  						



More information about the GME-commit mailing list