diff options
author | Gordon Sim <gsim@apache.org> | 2006-10-06 16:17:06 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2006-10-06 16:17:06 +0000 |
commit | 14654e5360b72adf1704838b3820c7d1fc860e8e (patch) | |
tree | 0342b1cedd2262809edb951fc234bc75deb20533 /cpp/common | |
parent | 55ad18a1c847c1b14d48c56ce7ee253aadf86ef7 (diff) | |
download | qpid-python-14654e5360b72adf1704838b3820c7d1fc860e8e.tar.gz |
Decoupled routing from the channel and message classes.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@453657 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/common')
-rw-r--r-- | cpp/common/framing/generated/stylesheets/utils.xsl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/common/framing/generated/stylesheets/utils.xsl b/cpp/common/framing/generated/stylesheets/utils.xsl index 829d38433e..70743112a9 100644 --- a/cpp/common/framing/generated/stylesheets/utils.xsl +++ b/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&</xsl:when> - <xsl:when test="$t='longstr'">string&</xsl:when> + <xsl:when test="$t='shortstr'">const string&</xsl:when> + <xsl:when test="$t='longstr'">const string&</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> |