Update of /cvsroot/kuml/kuml/libkuml/uml/tools
In directory usw-pr-cvs1:/tmp/cvs-serv4997
Modified Files:
gen_class_ccs.xsl
Log Message:
Link problem. Didn't put Class:: before $attr in .cc
Index: gen_class_ccs.xsl
===================================================================
RCS file: /cvsroot/kuml/kuml/libkuml/uml/tools/gen_class_ccs.xsl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** gen_class_ccs.xsl 2001/12/26 00:03:36 1.9
--- gen_class_ccs.xsl 2001/12/28 23:42:41 1.10
***************
*** 264,267 ****
--- 264,269 ----
<xsl:text>Set* </xsl:text>
+ <xsl:value-of select="$class_name"/>
+ <xsl:text>_impl::</xsl:text>
<xsl:value-of select="$attr_name"/>
<xsl:text>() </xsl:text>
|