[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
- Next message: [GME-commit] GMESRC/GME/ConstraintManager
GMEConstraintBrowserDialog.cpp,1.13,1.14 OCLFactory.h,1.4,1.5
OCLGMECMFacade.cpp,1.29,1.30 OCLTree.cpp,1.33,1.34
OCLTree.h,1.17,1.18 OCLType.cpp,1.9,1.10 OCLType.h,1.5,1.6
OCLTypeExBasic.cpp,1.19,1.20 OCLTypeExBasic.h,1.4,1.5
OCLTypeExGMECM.cpp,1.28,1.29 OCLTypeExGMECM.h,1.5,1.6
OCLTypeExGMEEC.cpp,1.22,1.23 OCLTypeExGMEEC.h,1.5,1.6
OclConstraint.cpp,1.10,1.11 OclConstraint.h,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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) {
- Next message: [GME-commit] GMESRC/GME/ConstraintManager
GMEConstraintBrowserDialog.cpp,1.13,1.14 OCLFactory.h,1.4,1.5
OCLGMECMFacade.cpp,1.29,1.30 OCLTree.cpp,1.33,1.34
OCLTree.h,1.17,1.18 OCLType.cpp,1.9,1.10 OCLType.h,1.5,1.6
OCLTypeExBasic.cpp,1.19,1.20 OCLTypeExBasic.h,1.4,1.5
OCLTypeExGMECM.cpp,1.28,1.29 OCLTypeExGMECM.h,1.5,1.6
OCLTypeExGMEEC.cpp,1.22,1.23 OCLTypeExGMEEC.h,1.5,1.6
OclConstraint.cpp,1.10,1.11 OclConstraint.h,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list