Build broken because of missing IBytesMessage.Reset() impl in
Qpid.Client.Message.QpidBytesMessage
--------------------------------------------------------------------------------------------------
Key: QPID-237
URL: https://issues.apache.org/jira/browse/QPID-237
Project: Qpid
Issue Type: Bug
Components: Dot Net Client
Environment: .NET 1.1 and 2.0
Reporter: Tomas Restrepo
Priority: Blocker
The current build is broken and fails with the following error:
Client\Message\QpidBytesMessage.cs(37,18): error CS0536:
'Qpid.Client.Message.QpidBytesMessage' does not implement interface member
'Qpid.Messaging.IBytesMessage.Reset()'.
'Qpid.Client.Message.QpidBytesMessage.Reset()' is either static, not public, or
has the wrong return type.
Seems like the easiest workaround is to define an explicit
IBytesMessage.Reset() implementation that calls the protected Reset method.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira