summaryrefslogtreecommitdiff
path: root/qpid/cpp/etc
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2006-10-20 13:02:53 +0000
committerGordon Sim <gsim@apache.org>2006-10-20 13:02:53 +0000
commiteaa15b0210b4888b1a107d0d804dc6edf67804f8 (patch)
treedcea69212f176a987fb634d537432c92400f58de /qpid/cpp/etc
parent2ef1b37dc0b1ae3db9d9c0e7121307f167636203 (diff)
downloadqpid-python-eaa15b0210b4888b1a107d0d804dc6edf67804f8.tar.gz
Updated stylesheet for generator such that a const reference is used where a FieldTable
is passed as an argument to a method body. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@466100 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/etc')
-rw-r--r--qpid/cpp/etc/stylesheets/utils.xsl2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/etc/stylesheets/utils.xsl b/qpid/cpp/etc/stylesheets/utils.xsl
index 70743112a9..54b2e56f23 100644
--- a/qpid/cpp/etc/stylesheets/utils.xsl
+++ b/qpid/cpp/etc/stylesheets/utils.xsl
@@ -28,7 +28,7 @@
<xsl:when test="$t='bit'">bool</xsl:when>
<xsl:when test="$t='long'">u_int32_t</xsl:when>
<xsl:when test="$t='longlong'">u_int64_t</xsl:when>
- <xsl:when test="$t='table'">FieldTable&amp;</xsl:when>
+ <xsl:when test="$t='table'">const FieldTable&amp;</xsl:when>
<xsl:otherwise>Object /*WARNING: undefined type*/</xsl:otherwise>
</xsl:choose>
</xsl:function>