diff options
author | Kim van der Riet <kpvdr@apache.org> | 2006-10-23 13:01:03 +0000 |
---|---|---|
committer | Kim van der Riet <kpvdr@apache.org> | 2006-10-23 13:01:03 +0000 |
commit | ed231b97ebaa82e34fc8ee720964b79d301bc8a4 (patch) | |
tree | 6f60ecfecb448ab37e1d85c240f9acc4b5ff000a /cpp | |
parent | f99bcc67b2c6c926c5a16d7fac8d24ba87d6b2f9 (diff) | |
download | qpid-python-ed231b97ebaa82e34fc8ee720964b79d301bc8a4.tar.gz |
Tidy-up of generated code
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@466979 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/etc/stylesheets/amqp_server_operations.xsl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/etc/stylesheets/amqp_server_operations.xsl b/cpp/etc/stylesheets/amqp_server_operations.xsl index aad474295c..ea91e6277e 100644 --- a/cpp/etc/stylesheets/amqp_server_operations.xsl +++ b/cpp/etc/stylesheets/amqp_server_operations.xsl @@ -94,11 +94,12 @@ class AMQP_ServerOperations <xsl:text> }; /* class </xsl:text><xsl:value-of select="$class"/><xsl:text> */
</xsl:text> </xsl:for-each> + <xsl:text>
</xsl:text> <xsl:for-each select="class"> <xsl:variable name="class" select="concat(amqp:cpp-class-name(@name), 'Handler')"/> <xsl:text> virtual AMQP_ServerOperations::</xsl:text> <xsl:value-of select="$class"/><xsl:text>* get</xsl:text><xsl:value-of select="$class"/> - <xsl:text>() = 0;</xsl:text> + <xsl:text>() = 0;
</xsl:text> </xsl:for-each> <xsl:text>}; /* class AMQP_ServerOperations */ |