[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
- Previous message: [GME-commit] GMESRC/GME/Gme GMEDoc.cpp,1.34,1.35
- Next message: [GME-commit]
GMESRC/Tools/GMEMerge StdAfx.h,NONE,1.1 StdAfx.cpp,NONE,1.1
Resource.h,NONE,1.1 RawComponent.h,NONE,1.1
RawComponent.cpp,NONE,1.1 Merge.h,NONE,1.1 Merge.cpp,NONE,1.1
GMEMergeComponent.vcproj,NONE,1.1 ComponentObj.cpp,NONE,1.1
ComponentDll.cpp,NONE,1.1 ComponentConfig.h,NONE,1.1
Component.rc,NONE,1.1 component.def,NONE,1.1 compicon.ico,NONE,1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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) \
- Previous message: [GME-commit] GMESRC/GME/Gme GMEDoc.cpp,1.34,1.35
- Next message: [GME-commit]
GMESRC/Tools/GMEMerge StdAfx.h,NONE,1.1 StdAfx.cpp,NONE,1.1
Resource.h,NONE,1.1 RawComponent.h,NONE,1.1
RawComponent.cpp,NONE,1.1 Merge.h,NONE,1.1 Merge.cpp,NONE,1.1
GMEMergeComponent.vcproj,NONE,1.1 ComponentObj.cpp,NONE,1.1
ComponentDll.cpp,NONE,1.1 ComponentConfig.h,NONE,1.1
Component.rc,NONE,1.1 component.def,NONE,1.1 compicon.ico,NONE,1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list