[GME-commit] GMESRC/GME/Gme GUIObject.cpp,1.51,1.52

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Thu Jul 7 16:45:45 CDT 2005


Update of /project/gme-repository/GMESRC/GME/Gme
In directory escher:/tmp/cvs-serv10488

Modified Files:
	GUIObject.cpp 
Log Message:
Fixing a bit.


CVS User: Zoltan Molnar, ISIS (zolmol)

Index: GUIObject.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Gme/GUIObject.cpp,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -d -r1.51 -r1.52
*** GUIObject.cpp	6 Jul 2005 23:09:11 -0000	1.51
--- GUIObject.cpp	7 Jul 2005 15:45:42 -0000	1.52
***************
*** 721,724 ****
--- 721,732 ----
  
  	CComBSTR bstr("1");
+ 
+ 	// inheritance broken node inserted
+ 	CComPtr<IMgaRegNode> brokNode;
+ 	CComBSTR brokNm(AN_BROKEN_DERIV);
+ 	COMTHROW( mRootNode->get_SubNodeByName(brokNm, &brokNode));
+ 	COMTHROW( brokNode->put_Value(bstr));
+ 
+ 	// hidden node set to true
  	CComPtr<IMgaRegNode> hideNode;
  	CComBSTR hideNm(AN_HIDDEN);



More information about the GME-commit mailing list