[GME-commit] GMESRC/GME/ObjectInspector Property.cpp,1.16,1.17

Log messages of CVS commits gme-commit at list.isis.vanderbilt.edu
Mon Feb 4 15:41:06 CST 2008


Update of /project/gme-repository/GMESRC/GME/ObjectInspector
In directory escher:/tmp/cvs-serv22018

Modified Files:
	Property.cpp 
Log Message:
On the property tab references show in the MARS properties section the id of the target object as well.


CVS User: Zoltan Molnar, ISIS (zolmol)

Index: Property.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/ObjectInspector/Property.cpp,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** Property.cpp	3 May 2007 18:57:57 -0000	1.16
--- Property.cpp	4 Feb 2008 21:41:04 -0000	1.17
***************
*** 562,565 ****
--- 562,568 ----
  				COMTHROW(ccpReferredFCO->get_Name(&bstrReferredName));
  
+ 				CComBSTR bstrReferredID;
+ 				COMTHROW(ccpReferredFCO->get_ID(&bstrReferredID));
+ 
  				CComPtr<IMgaMetaFCO> ccpMetaReferredFCO;
  				COMTHROW(ccpReferredFCO->get_Meta(&ccpMetaReferredFCO));
***************
*** 568,572 ****
  				COMTHROW(ccpMetaReferredFCO->get_DisplayedName(&bstrMetaReferredName));
  
! 				strTemp.Format(" %s (%s)",CString(bstrReferredName),CString(bstrMetaReferredName));
  			}
  			else // NULL reference
--- 571,575 ----
  				COMTHROW(ccpMetaReferredFCO->get_DisplayedName(&bstrMetaReferredName));
  
! 				strTemp.Format(" %s (%s, ObjectID=%s)",CString(bstrReferredName),CString(bstrMetaReferredName),CString(bstrReferredID));
  			}
  			else // NULL reference



More information about the GME-commit mailing list