summaryrefslogtreecommitdiff
path: root/qpid/cpp/etc
diff options
context:
space:
mode:
authorKim van der Riet <kpvdr@apache.org>2006-10-23 13:01:03 +0000
committerKim van der Riet <kpvdr@apache.org>2006-10-23 13:01:03 +0000
commit9afea8fd28e61b21ab707518cfd89395b7627c5f (patch)
treef211e0941bfb409b344dd83692eaefd8c8e75e32 /qpid/cpp/etc
parent7d69cda97799e9977e985a5d4e32d59a0c09d782 (diff)
downloadqpid-python-9afea8fd28e61b21ab707518cfd89395b7627c5f.tar.gz
Tidy-up of generated code
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@466979 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/etc')
-rw-r--r--qpid/cpp/etc/stylesheets/amqp_server_operations.xsl3
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/etc/stylesheets/amqp_server_operations.xsl b/qpid/cpp/etc/stylesheets/amqp_server_operations.xsl
index aad474295c..ea91e6277e 100644
--- a/qpid/cpp/etc/stylesheets/amqp_server_operations.xsl
+++ b/qpid/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> */&#xA;</xsl:text>
</xsl:for-each>
+ <xsl:text>&#xA;</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;&#xA;</xsl:text>
</xsl:for-each>
<xsl:text>}; /* class AMQP_ServerOperations */