[GME-commit]
GMESRC/Paradigms/MetaGME/BonExtension/Rep Any.cpp,1.6,1.7
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Tue Mar 16 20:43:07 CST 2004
- Previous message: [GME-commit]
GMESRC/Paradigms/MetaGME/BonExtension/Rep Any.cpp,1.5,1.6
Any.h,1.4,1.5 CodeGen.cpp,1.3,1.4 CodeGen.h,1.1,1.2
Dumper.cpp,1.9,1.10 FCO.cpp,1.10,1.11 FCO.h,1.8,1.9
FolderRep.cpp,1.7,1.8 ModelRep.cpp,1.9,1.10
ReferenceRep.cpp,1.6,1.7 SetRep.cpp,1.7,1.8
- Next message: [GME-commit] GMESRC/Install File.idt,1.20,1.21
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/gme/GMESRC/Paradigms/MetaGME/BonExtension/Rep
In directory braindrain:/tmp/cvs-serv15361
Modified Files:
Any.cpp
Log Message:
Folder class defs without /*Ex*/
CVS User: zolmol
Index: Any.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/Paradigms/MetaGME/BonExtension/Rep/Any.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** Any.cpp 17 Mar 2004 00:24:13 -0000 1.6
--- Any.cpp 17 Mar 2004 02:43:03 -0000 1.7
***************
*** 281,285 ****
// to prevent confusing with predefinitions like "class X;"
// the canonical form is "class X :"
! return " :\n public /*Ex*/ BON::" + getMyKindStr() + "Impl\n";
}
--- 281,286 ----
// to prevent confusing with predefinitions like "class X;"
// the canonical form is "class X :"
! return " :\n public BON::" + getMyKindStr() + "Impl\n";
! //return " :\n public /*Ex*/ BON::" + getMyKindStr() + "Impl\n";
}
- Previous message: [GME-commit]
GMESRC/Paradigms/MetaGME/BonExtension/Rep Any.cpp,1.5,1.6
Any.h,1.4,1.5 CodeGen.cpp,1.3,1.4 CodeGen.h,1.1,1.2
Dumper.cpp,1.9,1.10 FCO.cpp,1.10,1.11 FCO.h,1.8,1.9
FolderRep.cpp,1.7,1.8 ModelRep.cpp,1.9,1.10
ReferenceRep.cpp,1.6,1.7 SetRep.cpp,1.7,1.8
- Next message: [GME-commit] GMESRC/Install File.idt,1.20,1.21
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list