[GME-commit] GMESRC/GME/Meta MgaMetaBase.h,1.10,1.11

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Tue Aug 15 18:58:30 CDT 2006


Update of /project/gme-repository/GMESRC/GME/Meta
In directory escher:/tmp/cvs-serv23803

Modified Files:
	MgaMetaBase.h 
Log Message:
Displayed name forgotten.


CVS User: Zoltan Molnar, ISIS (zolmol)

Index: MgaMetaBase.h
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Meta/MgaMetaBase.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** MgaMetaBase.h	21 Jul 2006 18:56:36 -0000	1.10
--- MgaMetaBase.h	15 Aug 2006 17:58:28 -0000	1.11
***************
*** 70,74 ****
  \
  	STDMETHOD(get_DisplayedName)(BSTR *p) \
! 	{ return ComGetDisplayedName(GetUnknown(), ATTRID_DISPNAME, ATTRID_NAME, p); } \
  \
  	STDMETHOD(put_DisplayedName)(BSTR p) \
--- 70,81 ----
  \
  	STDMETHOD(get_DisplayedName)(BSTR *p) \
! 	{ \
! 		COMTRY { \
! 			CComBSTR pn; \
! 			COMTHROW( ComGetDisplayedName( GetUnknown(), ATTRID_DISPNAME, ATTRID_NAME, p)); \
! 			CComBSTR tn = truncateName( GetUnknown(), pn); \
! 			*p = tn.Detach(); \
! 		} COMCATCH(;) \
! 	} \
  \
  	STDMETHOD(put_DisplayedName)(BSTR p) \



More information about the GME-commit mailing list