[GME-commit] GMESRC/GME/MgaDecorators StereotypeDecorators.cpp, 1.15, 1.16

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Wed Jun 20 12:16:02 CDT 2007


Update of /project/gme-repository/GMESRC/GME/MgaDecorators
In directory escher:/tmp/cvs-serv20662/MgaDecorators

Modified Files:
	StereotypeDecorators.cpp 
Log Message:
Temp checkin.


CVS User: Zoltan Molnar, ISIS (zolmol)

Index: StereotypeDecorators.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/MgaDecorators/StereotypeDecorators.cpp,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** StereotypeDecorators.cpp	17 Jun 2005 03:20:39 -0000	1.15
--- StereotypeDecorators.cpp	20 Jun 2007 17:16:00 -0000	1.16
***************
*** 929,933 ****
  					long lX = 0;
  					long lY = 0;
! 					COMTHROW( spPart->GetGmeAttrs( 0, &lX, &lY ) );
  					vecPorts.push_back( new PortDecorator( MGACOLL_ITER, CPoint( lX, lY ) ) );
  				}
--- 929,936 ----
  					long lX = 0;
  					long lY = 0;
! 					//COMTHROW( spPart->GetGmeAttrs( 0, &lX, &lY ) );
! 					// zolmol, in case regnodes are not present or invalid will throw otherwise
! 					if( S_OK != spPart->GetGmeAttrs( 0, &lX, &lY ))
! 						ASSERT(0);
  					vecPorts.push_back( new PortDecorator( MGACOLL_ITER, CPoint( lX, lY ) ) );
  				}



More information about the GME-commit mailing list