[GME-commit]
GMESRC/Paradigms/MetaGME/MetaInterpreter2004/Rep Any.cpp,1.14,1.15
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Fri Jan 6 21:49:05 CST 2006
- Previous message: [GME-commit] GMESRC doxygen.conf,NONE,1.1
- Next message: [GME-commit]
GMESRC/GME/MgaUtil GmeDlg.cpp,1.13,1.14 GmeDlg.h,1.11,1.12
MgaRegistrar.cpp,1.43,1.44 MgaRegistrar.h,1.21,1.22
MgaUtil.rc,1.51,1.52 resource.h,1.32,1.33
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /project/gme-repository/GMESRC/Paradigms/MetaGME/MetaInterpreter2004/Rep
In directory escher:/tmp/cvs-serv9638
Modified Files:
Any.cpp
Log Message:
Fixing GME-117 JIRA entry:
All dispname elements are escaped from now on [including constraint descriptions].
CVS User: Zoltan Molnar, ISIS (zolmol)
Index: Any.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/Paradigms/MetaGME/MetaInterpreter2004/Rep/Any.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** Any.cpp 21 Jun 2005 17:16:46 -0000 1.14
--- Any.cpp 6 Jan 2006 21:49:03 -0000 1.15
***************
*** 7,10 ****
--- 7,11 ----
#include "ConstraintRep.h"
#include "Broker.h"
+ #include "Dumper.h"
#include "algorithm"
***************
*** 123,127 ****
std::string disp = getDispName();
if ( !disp.empty())
! mmm += indStr() + "<dispname>" + disp +"</dispname>\n";
return mmm;
}
--- 124,128 ----
std::string disp = getDispName();
if ( !disp.empty())
! mmm += indStr() + "<dispname>" + Dumper::xmlFilter(disp) +"</dispname>\n";
return mmm;
}
- Previous message: [GME-commit] GMESRC doxygen.conf,NONE,1.1
- Next message: [GME-commit]
GMESRC/GME/MgaUtil GmeDlg.cpp,1.13,1.14 GmeDlg.h,1.11,1.12
MgaRegistrar.cpp,1.43,1.44 MgaRegistrar.h,1.21,1.22
MgaUtil.rc,1.51,1.52 resource.h,1.32,1.33
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list