mirror of https://github.com/apache/activemq.git
fixed compile error on .Net 1.1
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@381979 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
32c7aeaf0e
commit
4630b661be
|
@ -163,7 +163,7 @@ namespace OpenWire.Client
|
|||
return message;
|
||||
}
|
||||
|
||||
protected void DoClientAcknowledge(Message message)
|
||||
protected void DoClientAcknowledge(ActiveMQMessage message)
|
||||
{
|
||||
if (acknowledgementMode == AcknowledgementMode.ClientAcknowledge)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue