diff options
author | Steven Shaw <steshaw@apache.org> | 2006-12-06 16:30:16 +0000 |
---|---|---|
committer | Steven Shaw <steshaw@apache.org> | 2006-12-06 16:30:16 +0000 |
commit | 355a889c72f14342c3cb6b50e28e9fad6149d888 (patch) | |
tree | 5477565cdeb14659c3e45fb9880b61c71a28f37c /dotnet/Qpid.Codec/Support/SimpleProtocolEncoderOutput.cs | |
parent | cf3c35c56bf467619fe84d06d1bf322b95e65f80 (diff) | |
download | qpid-python-355a889c72f14342c3cb6b50e28e9fad6149d888.tar.gz |
QPID-128 Missed a couple of things while porting Java client changes recently.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@483135 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dotnet/Qpid.Codec/Support/SimpleProtocolEncoderOutput.cs')
-rw-r--r-- | dotnet/Qpid.Codec/Support/SimpleProtocolEncoderOutput.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dotnet/Qpid.Codec/Support/SimpleProtocolEncoderOutput.cs b/dotnet/Qpid.Codec/Support/SimpleProtocolEncoderOutput.cs index 6f4f5cbb28..1e4d437d1c 100644 --- a/dotnet/Qpid.Codec/Support/SimpleProtocolEncoderOutput.cs +++ b/dotnet/Qpid.Codec/Support/SimpleProtocolEncoderOutput.cs @@ -41,4 +41,3 @@ namespace Qpid.Codec.Support } } } - |