[GME-commit] GMESRC/GME/Gme GMEView.cpp,1.123,1.124
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Wed Mar 3 22:50:28 CST 2004
Update of /var/lib/gme/GMESRC/GME/Gme
In directory braindrain:/tmp/cvs-serv25650
Modified Files:
GMEView.cpp
Log Message:
Fixed ref chain problems where GetRefereeChain is called
CVS User: akos
Index: GMEView.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/Gme/GMEView.cpp,v
retrieving revision 1.123
retrieving revision 1.124
diff -C2 -d -r1.123 -r1.124
*** GMEView.cpp 1 Mar 2004 20:20:22 -0000 1.123
--- GMEView.cpp 4 Mar 2004 04:50:25 -0000 1.124
***************
*** 1184,1188 ****
CComObjPtr<IMgaFCOs> refChain;
COMTHROW(refChain.CoCreateInstance(L"Mga.MgaFCOs"));
! COMTHROW(refChain->Append(fco));
GetRefereeChain(refChain,fco);
--- 1184,1190 ----
CComObjPtr<IMgaFCOs> refChain;
COMTHROW(refChain.CoCreateInstance(L"Mga.MgaFCOs"));
! // This seems to fix the ref-ref problem
! // the GetRefereeChain() puts in this fco
! // COMTHROW(refChain->Append(fco));
GetRefereeChain(refChain,fco);
More information about the GME-commit
mailing list