[GME-commit] GMESRC/SDK/BON MON.cpp,1.9,1.10

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Tue Aug 8 19:43:33 CDT 2006


Update of /project/gme-repository/GMESRC/SDK/BON
In directory escher:/tmp/cvs-serv11532

Modified Files:
	MON.cpp 
Log Message:
MetaObject::displayedName method fixed.


CVS User: Zoltan Molnar, ISIS (zolmol)

Index: MON.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/SDK/BON/MON.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** MON.cpp	21 Jul 2006 19:40:01 -0000	1.9
--- MON.cpp	8 Aug 2006 18:43:30 -0000	1.10
***************
*** 277,281 ****
  	std::string MetaObject::displayedName() const
  	{
! 		return ( (ObjectImpl*) getCounted() )->getName();
  	}
  
--- 277,281 ----
  	std::string MetaObject::displayedName() const
  	{
! 		return ( (ObjectImpl*) getCounted() )->getDisplayedName();
  	}
  



More information about the GME-commit mailing list