From: Chris M. <zm...@us...> - 2002-02-11 21:15:11
|
Update of /cvsroot/kuml/kuml/libkuml/uml/tools In directory usw-pr-cvs1:/tmp/cvs-serv2326 Modified Files: gen_class_ccs.xsl Log Message: Added unset impls. Added bits to spot unimplemented bits. Cleaned up calling reserved word processing macro. Index: gen_class_ccs.xsl =================================================================== RCS file: /cvsroot/kuml/kuml/libkuml/uml/tools/gen_class_ccs.xsl,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** gen_class_ccs.xsl 30 Jan 2002 20:41:04 -0000 1.11 --- gen_class_ccs.xsl 11 Feb 2002 21:14:52 -0000 1.12 *************** *** 335,339 **** <xsl:text> ::Reflective::MofError) </xsl:text> ! <xsl:text>{ } </xsl:text> <xsl:text> </xsl:text> --- 335,340 ---- <xsl:text> ::Reflective::MofError) </xsl:text> ! <xsl:text>{ // XXX </xsl:text> ! <xsl:text>} </xsl:text> [...467 lines suppressed...] ! <xsl:text>_var uap = assoc_proxy-></xsl:text> ! <xsl:value-of select="$reserved_ref_name"/> ! <xsl:text>( _this() ); </xsl:text> ! ! <xsl:text> assoc_proxy->remove(</xsl:text> ! <xsl:choose> ! <xsl:when test='$end_a_or_b = "A_END"'> ! <xsl:text>uap, _this()</xsl:text> ! </xsl:when> ! <xsl:otherwise> ! <xsl:text>_this(), uap</xsl:text> ! </xsl:otherwise> ! </xsl:choose> ! <xsl:text>); </xsl:text> ! </xsl:otherwise> ! </xsl:choose> ! ! <xsl:text>} </xsl:text> <xsl:text> </xsl:text> |