Author: jgomes
Date: Mon Dec 19 18:58:31 2011
New Revision: 1220900
URL: http://svn.apache.org/viewvc?rev=1220900&view=rev
Log:
Branch Apache.NMS.ZMQ trunk to create 1.5.x version.
Added:
activemq/activemq-dotnet/Apache.NMS.ZMQ/branches/1.5.x/
- copied from r1220899, activemq/activemq-dotnet/Apache.NMS.ZMQ/trunk/
Modified:
activemq/activemq-dotnet/Apache.NMS.ZMQ/branches/1.5.x/src/main/csharp/Session.cs
Modified:
activemq/activemq-dotnet/Apache.NMS.ZMQ/branches/1.5.x/src/main/csharp/Session.cs
URL:
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ZMQ/branches/1.5.x/src/main/csharp/Session.cs?rev=1220900&r1=1220899&r2=1220900&view=diff
==============================================================================
---
activemq/activemq-dotnet/Apache.NMS.ZMQ/branches/1.5.x/src/main/csharp/Session.cs
(original)
+++
activemq/activemq-dotnet/Apache.NMS.ZMQ/branches/1.5.x/src/main/csharp/Session.cs
Mon Dec 19 18:58:31 2011
@@ -193,14 +193,6 @@ namespace Apache.NMS.ZMQ
messageQueueTransaction.Abort();
}
- #region Transaction State Events
-
- public event SessionTxEventDelegate TransactionStartedListener;
- public event SessionTxEventDelegate TransactionCommittedListener;
- public event SessionTxEventDelegate TransactionRolledBackListener;
-
- #endregion
-
public void Recover()
{
throw new NotSupportedException();