[GME-commit] GMESRC/Paradigms/MetaGME/MetaInterpreter2004/Asp AspectSpecTbl.cpp,1.4,1.5

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Fri Oct 27 22:17:47 CDT 2006


Update of /project/gme-repository/GMESRC/Paradigms/MetaGME/MetaInterpreter2004/Asp
In directory escher:/tmp/cvs-serv18880/Asp

Modified Files:
	AspectSpecTbl.cpp 
Log Message:
metainterpreter modified so that it will be more permissive in case of references and targetmodel aspects. It won't skip the aspect mapping dialog when the intersection of aspects, reference targets might have is empty. Will create a valid xmp, by not specifying kindaspect xml attribute for that part in the xmp file.

The output messages will be categorized as warnings rather than errors in the future.




CVS User: Zoltan Molnar, ISIS (zolmol)

Index: AspectSpecTbl.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/Paradigms/MetaGME/MetaInterpreter2004/Asp/AspectSpecTbl.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** AspectSpecTbl.cpp	15 Sep 2004 19:48:34 -0000	1.4
--- AspectSpecTbl.cpp	27 Oct 2006 21:17:45 -0000	1.5
***************
*** 299,303 ****
  				item.pszText = buff;
  				item.cchTextMax = 63;
! 				if (GetItem(&item) && CString(item.pszText) != "N/A") {
  					CStringList lstItems;
  					int rowID = GetItemData( index);
--- 299,303 ----
  				item.pszText = buff;
  				item.cchTextMax = 63;
! 				if (GetItem(&item) && CString(item.pszText) != "N/A" && CString(item.pszText) != "No aspect") {
  					CStringList lstItems;
  					int rowID = GetItemData( index);



More information about the GME-commit mailing list