Commit eff3d777 authored by Pavel Vainerman's avatar Pavel Vainerman

(codegen): подправил лог (забытый myname)

parent 53921a04
...@@ -106,7 +106,7 @@ ...@@ -106,7 +106,7 @@
<xsl:when test="$GENTYPE='A'"> <xsl:when test="$GENTYPE='A'">
if( _code == mid_<xsl:value-of select="../../@name"/> ) if( _code == mid_<xsl:value-of select="../../@name"/> )
{ {
mylog8 &lt;&lt; "<xsl:value-of select="../../@name"/>" &lt;&lt; endl; mylog8 &lt;&lt; myname &lt;&lt; "send '<xsl:value-of select="../../@name"/>'**************************************************************************************////////////////////" &lt;&lt; endl;
m_<xsl:value-of select="../../@name"/> = _state; m_<xsl:value-of select="../../@name"/> = _state;
try try
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment