Repository: activemq-nms-zmq
Updated Branches:
  refs/heads/1.5.x [created] 2773794c6
  refs/heads/1.6.x [created] 0bff5701e
  refs/heads/1.7.x [created] 909f09193
  refs/heads/master [created] 0ba057f0c


Branch Apache.NMS.ZMQ trunk to create 1.5.x version.


Project: http://git-wip-us.apache.org/repos/asf/activemq-nms-zmq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-nms-zmq/commit/2773794c
Tree: http://git-wip-us.apache.org/repos/asf/activemq-nms-zmq/tree/2773794c
Diff: http://git-wip-us.apache.org/repos/asf/activemq-nms-zmq/diff/2773794c

Branch: refs/heads/1.5.x
Commit: 2773794c6b05eebb7322ed659796ed18cfa2a9bb
Parents: 6b96362
Author: Jim Gomes <[email protected]>
Authored: Mon Dec 19 18:58:31 2011 +0000
Committer: Jim Gomes <[email protected]>
Committed: Mon Dec 19 18:58:31 2011 +0000

----------------------------------------------------------------------
 src/main/csharp/Session.cs | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-nms-zmq/blob/2773794c/src/main/csharp/Session.cs
----------------------------------------------------------------------
diff --git a/src/main/csharp/Session.cs b/src/main/csharp/Session.cs
index 7a2a02a..9bd3469 100644
--- a/src/main/csharp/Session.cs
+++ b/src/main/csharp/Session.cs
@@ -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();

Reply via email to