[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
- Previous message: [GME-commit]
GMESRC/Paradigms/MetaGME/BonExtension/Rep AttributeRep.cpp,1.5,1.6
AttributeRep.h,1.3,1.4 Dumper.cpp,1.8,1.9 FCO.cpp,1.7,1.8
FCO.h,1.7,1.8
- Next message: [GME-commit] GMESRC/Doc README_in.txt,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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";
- Previous message: [GME-commit]
GMESRC/Paradigms/MetaGME/BonExtension/Rep AttributeRep.cpp,1.5,1.6
AttributeRep.h,1.3,1.4 Dumper.cpp,1.8,1.9 FCO.cpp,1.7,1.8
FCO.h,1.7,1.8
- Next message: [GME-commit] GMESRC/Doc README_in.txt,1.7,1.8
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list