Author: jgomes
Date: Wed Mar 12 23:10:26 2014
New Revision: 1576987

URL: http://svn.apache.org/r1576987
Log:
Add IDisposable interface to IDestination.
Fixes [AMQNET-473]. (See https://issues.apache.org/jira/browse/AMQNET-473)

Modified:
    
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ActiveMQDestination.cs

Modified: 
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ActiveMQDestination.cs
URL: 
http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ActiveMQDestination.cs?rev=1576987&r1=1576986&r2=1576987&view=diff
==============================================================================
--- 
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ActiveMQDestination.cs
 (original)
+++ 
activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/Commands/ActiveMQDestination.cs
 Wed Mar 12 23:10:26 2014
@@ -95,6 +95,10 @@ namespace Apache.NMS.ActiveMQ.Commands
                        //this.advisory = name != null && 
name.StartsWith(ADVISORY_PREFIX);
                }
 
+        public void Dispose()
+        {
+        }
+
                public bool IsTopic
                {
                        get


Reply via email to