[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
- Previous message: [GME-commit] GMESRC/GME/Parser MgaParser.cpp,1.36,1.37
- Next message: [GME-commit] GMESRC/GME/GMEActiveBrowser ActiveBrowserPropertyPage.cpp, 1.64, 1.65 ActiveBrowserPropertyPage.h, 1.21, 1.22 AggregateContextMenu.cpp, 1.31, 1.32 AggregateContextMenu.h, 1.11, 1.12 GMEActiveBrowser.vcproj, 1.2, 1.3 resource.h, 1.15, 1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [GME-commit] GMESRC/GME/Parser MgaParser.cpp,1.36,1.37
- Next message: [GME-commit] GMESRC/GME/GMEActiveBrowser ActiveBrowserPropertyPage.cpp, 1.64, 1.65 ActiveBrowserPropertyPage.h, 1.21, 1.22 AggregateContextMenu.cpp, 1.31, 1.32 AggregateContextMenu.h, 1.11, 1.12 GMEActiveBrowser.vcproj, 1.2, 1.3 resource.h, 1.15, 1.16
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list