[GME-commit] GMESRC/GME/Meta MgaMetaBase.h,1.11,1.12
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Tue Aug 15 22:37:38 CDT 2006
Update of /project/gme-repository/GMESRC/GME/Meta
In directory escher:/tmp/cvs-serv25281
Modified Files:
MgaMetaBase.h
Log Message:
Empty name fix.
CVS User: Zoltan Molnar, ISIS (zolmol)
Index: MgaMetaBase.h
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Meta/MgaMetaBase.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** MgaMetaBase.h 15 Aug 2006 17:58:28 -0000 1.11
--- MgaMetaBase.h 15 Aug 2006 21:37:36 -0000 1.12
***************
*** 73,77 ****
COMTRY { \
CComBSTR pn; \
! COMTHROW( ComGetDisplayedName( GetUnknown(), ATTRID_DISPNAME, ATTRID_NAME, p)); \
CComBSTR tn = truncateName( GetUnknown(), pn); \
*p = tn.Detach(); \
--- 73,77 ----
COMTRY { \
CComBSTR pn; \
! COMTHROW( ComGetDisplayedName( GetUnknown(), ATTRID_DISPNAME, ATTRID_NAME, &pn)); \
CComBSTR tn = truncateName( GetUnknown(), pn); \
*p = tn.Detach(); \
More information about the GME-commit
mailing list