[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


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;
  }



More information about the GME-commit mailing list