[GME-commit] GMESRC/Paradigms/MetaGME/BonExtension/Rep CodeGenTemplate.cpp,1.1,1.2

gme-commit at list.isis.vanderbilt.edu gme-commit at list.isis.vanderbilt.edu
Thu Jan 6 13:50:50 CST 2005


Update of /var/lib/gme/GMESRC/Paradigms/MetaGME/BonExtension/Rep
In directory braindrain:/tmp/cvs-serv17343

Modified Files:
	CodeGenTemplate.cpp 
Log Message:
Resolving GME-95 JIRA bug (Generated BonX Getter problem)


CVS User: zolmol

Index: CodeGenTemplate.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/Paradigms/MetaGME/BonExtension/Rep/CodeGenTemplate.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** CodeGenTemplate.cpp	16 Jun 2004 18:35:02 -0000	1.1
--- CodeGenTemplate.cpp	6 Jan 2005 19:50:47 -0000	1.2
***************
*** 215,219 ****
  	rtv  = indent(h_ind + 0) + "template <class T>\n";
  	rtv += indent(h_ind + 0) + "std::set<" + retval_kind + ", T>";
! 	sgn  = method_name + "(TDP" + ((dummy_str.empty())?"":", ") + dummy_str + ")";
  	src  = indent(h_ind + 0) + "{\n";
  	src += indent(h_ind + 1) + "std::set<" + retval_kind + ", T> res;\n";
--- 215,219 ----
  	rtv  = indent(h_ind + 0) + "template <class T>\n";
  	rtv += indent(h_ind + 0) + "std::set<" + retval_kind + ", T>";
! 	sgn  = method_name + "(" + dummy_str + ((dummy_str.empty())?"":", ") + "TDP)";
  	src  = indent(h_ind + 0) + "{\n";
  	src += indent(h_ind + 1) + "std::set<" + retval_kind + ", T> res;\n";



More information about the GME-commit mailing list