summaryrefslogtreecommitdiff
path: root/qpid/cpp/common
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2006-10-06 16:17:06 +0000
committerGordon Sim <gsim@apache.org>2006-10-06 16:17:06 +0000
commit03ec6f44055600e54e7f20ff530ef3ef38eb92f0 (patch)
tree90a1168989e5a6ce39f5518f96ff19ef6add7a7a /qpid/cpp/common
parent8068afaf533fe54a175382bd52e2b6dd187e1eb8 (diff)
downloadqpid-python-03ec6f44055600e54e7f20ff530ef3ef38eb92f0.tar.gz
Decoupled routing from the channel and message classes.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@453657 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/common')
-rw-r--r--qpid/cpp/common/framing/generated/stylesheets/utils.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/qpid/cpp/common/framing/generated/stylesheets/utils.xsl b/qpid/cpp/common/framing/generated/stylesheets/utils.xsl
index 829d38433e..70743112a9 100644
--- a/qpid/cpp/common/framing/generated/stylesheets/utils.xsl
+++ b/qpid/cpp/common/framing/generated/stylesheets/utils.xsl
@@ -23,8 +23,8 @@
<xsl:choose>
<xsl:when test="$t='octet'">u_int8_t</xsl:when>
<xsl:when test="$t='short'">u_int16_t</xsl:when>
- <xsl:when test="$t='shortstr'">string&amp;</xsl:when>
- <xsl:when test="$t='longstr'">string&amp;</xsl:when>
+ <xsl:when test="$t='shortstr'">const string&amp;</xsl:when>
+ <xsl:when test="$t='longstr'">const string&amp;</xsl:when>
<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>