Author: tabish
Date: Mon Apr 5 15:47:09 2010
New Revision: 930884
URL: http://svn.apache.org/viewvc?rev=930884&view=rev
Log:
https://issues.apache.org/activemq/browse/AMQNET-246
Fix the generated code to use correct interfaces.
Modified:
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/NetworkBridgeFilter.cs
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/XATransactionId.cs
Modified:
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/NetworkBridgeFilter.cs
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/NetworkBridgeFilter.cs?rev=930884&r1=930883&r2=930884&view=diff
==============================================================================
---
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/NetworkBridgeFilter.cs
(original)
+++
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/NetworkBridgeFilter.cs
Mon Apr 5 15:47:09 2010
@@ -29,7 +29,7 @@ namespace Apache.NMS.ActiveMQ.Commands
* in the nms-activemq-openwire-generator module
*
*/
- public class NetworkBridgeFilter : BaseDataStructure
+ public class NetworkBridgeFilter : BaseDataStructure, BooleanExpression
{
public const byte ID_NETWORKBRIDGEFILTER = 91;
Modified:
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/XATransactionId.cs
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/XATransactionId.cs?rev=930884&r1=930883&r2=930884&view=diff
==============================================================================
---
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/XATransactionId.cs
(original)
+++
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/XATransactionId.cs
Mon Apr 5 15:47:09 2010
@@ -29,7 +29,7 @@ namespace Apache.NMS.ActiveMQ.Commands
* in the nms-activemq-openwire-generator module
*
*/
- public class XATransactionId : TransactionId
+ public class XATransactionId : TransactionId, Xid
{
public const byte ID_XATRANSACTIONID = 112;