Author: jstrachan
Date: Wed Oct 18 05:08:10 2006
New Revision: 465229

URL: http://svn.apache.org/viewvc?view=rev&rev=465229
Log:
applied patch for AMQ-966

Modified:
    
incubator/activemq/activemq-dotnet/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQMessage.cs

Modified: 
incubator/activemq/activemq-dotnet/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQMessage.cs
URL: 
http://svn.apache.org/viewvc/incubator/activemq/activemq-dotnet/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQMessage.cs?view=diff&rev=465229&r1=465228&r2=465229
==============================================================================
--- 
incubator/activemq/activemq-dotnet/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQMessage.cs
 (original)
+++ 
incubator/activemq/activemq-dotnet/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQMessage.cs
 Wed Oct 18 05:08:10 2006
@@ -104,7 +104,7 @@
         public IDestination NMSDestination
         {
             get {
-                return OriginalDestination;
+                return Destination;
             }
         }
         


Reply via email to