[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
- Previous message: [GME-commit] GMESRC/GME/XmlBackEnd xmga.dtd, NONE,
1.1 CoreXmlFile.cpp, 1.20, 1.21 CoreXmlFile.h, 1.7,
1.8 FilesInUseDetailsDlg.cpp, 1.2, 1.3 FilesInUseDetailsDlg.h,
1.1, 1.2 FilesInUseDlg.cpp, 1.1, 1.2 FilesInUseDlg.h, 1.1,
1.2 VSSLoginDlg.cpp, 1.1, 1.2 VSSLoginDlg.h, 1.1,
1.2 XmlBackEnd.rc, 1.4, 1.5 XmlBackEnd.vcproj, 1.2, 1.3
- Next message: [GME-commit] GMESRC/GME/XmlBackEnd CoreXmlFile.cpp,1.21,1.22
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Previous message: [GME-commit] GMESRC/GME/XmlBackEnd xmga.dtd, NONE,
1.1 CoreXmlFile.cpp, 1.20, 1.21 CoreXmlFile.h, 1.7,
1.8 FilesInUseDetailsDlg.cpp, 1.2, 1.3 FilesInUseDetailsDlg.h,
1.1, 1.2 FilesInUseDlg.cpp, 1.1, 1.2 FilesInUseDlg.h, 1.1,
1.2 VSSLoginDlg.cpp, 1.1, 1.2 VSSLoginDlg.h, 1.1,
1.2 XmlBackEnd.rc, 1.4, 1.5 XmlBackEnd.vcproj, 1.2, 1.3
- Next message: [GME-commit] GMESRC/GME/XmlBackEnd CoreXmlFile.cpp,1.21,1.22
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list