[GME-commit] GMESRC/GME/Mga MgaGeneric.cpp,1.12,1.13
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Fri Jun 8 07:01:46 CDT 2007
Update of /project/gme-repository/GMESRC/GME/Mga
In directory escher:/tmp/cvs-serv26860
Modified Files:
MgaGeneric.cpp
Log Message:
"MGA Version" replaced by "MGA_Version"
The space inside the attribute token confused the XMLBackEnd's automatic attribute dumping/parsing logic.
This was the only one hopefully. Replaced with '_' (underscore).
It doesn't affect MGA binary file loading.
It doesn't affect XMLBackEnd component (if modified not to convert spaces to underscores and vice versa).
CVS User: Zoltan Molnar, ISIS (zolmol)
Index: MgaGeneric.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Mga/MgaGeneric.cpp,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** MgaGeneric.cpp 19 May 2006 18:35:31 -0000 1.12
--- MgaGeneric.cpp 8 Jun 2007 12:01:43 -0000 1.13
***************
*** 63,67 ****
CREATE_ATTRIBUTE(ATTRID_PARADIGM, "ExtParadigm", "External Paradigm",VALTYPE_STRING);
CREATE_ATTRIBUTE(ATTRID_EXTDATA, "Comment", "Project Comments", VALTYPE_STRING);
! CREATE_ATTRIBUTE(ATTRID_MGAVERSION, "MGA Version", "MGA Version Code", VALTYPE_LONG);
CREATE_COLLECTION(ATTRID_PARENT, "Children", "Child Objects");
//CONSTRAINT
--- 63,67 ----
CREATE_ATTRIBUTE(ATTRID_PARADIGM, "ExtParadigm", "External Paradigm",VALTYPE_STRING);
CREATE_ATTRIBUTE(ATTRID_EXTDATA, "Comment", "Project Comments", VALTYPE_STRING);
! CREATE_ATTRIBUTE(ATTRID_MGAVERSION, "MGA_Version", "MGA Version Code", VALTYPE_LONG);
CREATE_COLLECTION(ATTRID_PARENT, "Children", "Child Objects");
//CONSTRAINT
More information about the GME-commit
mailing list