summaryrefslogtreecommitdiff
path: root/dotnet/Qpid.Client/Client/AmqChannel.cs
diff options
context:
space:
mode:
authorSteven Shaw <steshaw@apache.org>2006-12-13 15:39:24 +0000
committerSteven Shaw <steshaw@apache.org>2006-12-13 15:39:24 +0000
commit2b390e65df9e2f76566942dff4ddeffd8a839590 (patch)
tree9c753202d163c0e4358e2a6895c1dffbc2ab98eb /dotnet/Qpid.Client/Client/AmqChannel.cs
parentcc3d9dfed5f5e3f97aa96270bec743cb60f409f6 (diff)
downloadqpid-python-2b390e65df9e2f76566942dff4ddeffd8a839590.tar.gz
QPID-173. Re-port JmsByteBytes (QpidBytesMessage) from Java. Notably missing was the _data.rewind() in the Text getter. Also removed/tidied up some commented out code.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@486688 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/Qpid.Client/Client/AmqChannel.cs')
-rw-r--r--dotnet/Qpid.Client/Client/AmqChannel.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/dotnet/Qpid.Client/Client/AmqChannel.cs b/dotnet/Qpid.Client/Client/AmqChannel.cs
index 6e70eb54e0..067db452b6 100644
--- a/dotnet/Qpid.Client/Client/AmqChannel.cs
+++ b/dotnet/Qpid.Client/Client/AmqChannel.cs
@@ -805,6 +805,7 @@ namespace Qpid.Client
//
// Very nasty temporary hack for GRM. Will be altered ASAP.
+ // FIXME: Remove this hack.
//
if (message is QpidBytesMessage)
{