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

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Wed Sep 26 15:34:04 CDT 2007


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

Modified Files:
	StereotypeDecorators.cpp 
Log Message:
Throws sometime.


CVS User: Zoltan Molnar, ISIS (zolmol)

Index: StereotypeDecorators.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/MgaDecorators/StereotypeDecorators.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** StereotypeDecorators.cpp	20 Jun 2007 17:16:00 -0000	1.16
--- StereotypeDecorators.cpp	26 Sep 2007 20:34:02 -0000	1.17
***************
*** 920,924 ****
  		MGACOLL_ITERATE( IMgaFCO, spFCOs ) {
  			CComPtr<IMgaPart> spPart;
! 			COMTHROW( MGACOLL_ITER->get_Part( m_spAspect, &spPart ) );
  			if ( spPart ) {
  				CComPtr<IMgaMetaPart> spMetaPart;
--- 920,925 ----
  		MGACOLL_ITERATE( IMgaFCO, spFCOs ) {
  			CComPtr<IMgaPart> spPart;
! 			if( S_OK == MGACOLL_ITER->get_Part( m_spAspect, &spPart ))
! 			{
  			if ( spPart ) {
  				CComPtr<IMgaMetaPart> spMetaPart;
***************
*** 940,943 ****
--- 941,945 ----
  			else
  				COMTHROW( MGACOLL_ITER->Close() );
+ 			}
  		} MGACOLL_ITERATE_END;
  



More information about the GME-commit mailing list