[GME-commit] GMESRC/Paradigms/MetaGME/BonExtension/Rep CodeGen.cpp,1.2,1.3

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Wed Mar 10 12:46:03 CST 2004


Update of /var/lib/gme/GMESRC/Paradigms/MetaGME/BonExtension/Rep
In directory braindrain:/tmp/cvs-serv1416

Modified Files:
	CodeGen.cpp 
Log Message:
Too cautios CreateConnEndGetter modified, not to return ConnectionEnd when extended ancestor is available and src/dst is not a reference port.
Modified Files:
 	CodeGen.cpp 


CVS User: zolmol

Index: CodeGen.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/Paradigms/MetaGME/BonExtension/Rep/CodeGen.cpp,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** CodeGen.cpp	10 Mar 2004 02:50:18 -0000	1.2
--- CodeGen.cpp	10 Mar 2004 18:45:55 -0000	1.3
***************
*** 795,799 ****
  	std::string mmm, nnn;
  
! 	if ( fco_may_be_refport || fco && !fco->isToBeEx()) // if fco = 0 
  	{
  		nnn  = indent(0) + "{\n";
--- 795,799 ----
  	std::string mmm, nnn;
  
! 	if ( fco_may_be_refport)// || fco && !fco->isToBeEx()) // if fco = 0 
  	{
  		nnn  = indent(0) + "{\n";
***************
*** 842,846 ****
  	std::string mmm, nnn;
  
! 	if ( fco_may_be_refport || fco && !fco->isToBeEx())
  	{
  		nnn  = indent(0) + "{\n";
--- 842,846 ----
  	std::string mmm, nnn;
  
! 	if ( fco_may_be_refport)// || fco && !fco->isToBeEx())
  	{
  		nnn  = indent(0) + "{\n";



More information about the GME-commit mailing list