You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2007/10/29 20:04:50 UTC

svn commit: r589805 [3/4] - in /activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src: main/csharp/ActiveMQ/ main/csharp/ActiveMQ/Commands/ main/csharp/ActiveMQ/OpenWire/ main/csharp/ActiveMQ/OpenWire/V1/ main/csharp/ActiveMQ/OpenWire/V2/ main/csharp/...

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQBytesMessageMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQBytesMessageMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQBytesMessageMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQBytesMessageMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for ActiveMQBytesMessage

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQDestinationMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQDestinationMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQDestinationMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQDestinationMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for ActiveMQDestination

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQMapMessageMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQMapMessageMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQMapMessageMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQMapMessageMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for ActiveMQMapMessage

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQMessageMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQMessageMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQMessageMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQMessageMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for ActiveMQMessage

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQObjectMessageMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQObjectMessageMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQObjectMessageMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQObjectMessageMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for ActiveMQObjectMessage

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQQueueMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQQueueMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQQueueMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQQueueMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for ActiveMQQueue

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQStreamMessageMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQStreamMessageMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQStreamMessageMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQStreamMessageMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for ActiveMQStreamMessage

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQTempDestinationMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQTempDestinationMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQTempDestinationMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQTempDestinationMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for ActiveMQTempDestination

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQTempQueueMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQTempQueueMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQTempQueueMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQTempQueueMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for ActiveMQTempQueue

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQTempTopicMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQTempTopicMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQTempTopicMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQTempTopicMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for ActiveMQTempTopic

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQTextMessageMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQTextMessageMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQTextMessageMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQTextMessageMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for ActiveMQTextMessage

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQTopicMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQTopicMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQTopicMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQTopicMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for ActiveMQTopic

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/BaseCommandMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/BaseCommandMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/BaseCommandMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/BaseCommandMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for BaseCommand

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/BrokerIdMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/BrokerIdMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/BrokerIdMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/BrokerIdMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for BrokerId

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/BrokerInfoMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/BrokerInfoMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/BrokerInfoMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/BrokerInfoMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for BrokerInfo

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ConnectionControlMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ConnectionControlMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ConnectionControlMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ConnectionControlMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for ConnectionControl

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ConnectionErrorMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ConnectionErrorMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ConnectionErrorMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ConnectionErrorMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for ConnectionError

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ConnectionIdMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ConnectionIdMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ConnectionIdMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ConnectionIdMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for ConnectionId

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ConnectionInfoMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ConnectionInfoMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ConnectionInfoMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ConnectionInfoMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for ConnectionInfo

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ConsumerControlMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ConsumerControlMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ConsumerControlMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ConsumerControlMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for ConsumerControl

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ConsumerIdMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ConsumerIdMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ConsumerIdMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ConsumerIdMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for ConsumerId

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ConsumerInfoMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ConsumerInfoMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ConsumerInfoMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ConsumerInfoMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for ConsumerInfo

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ControlCommandMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ControlCommandMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ControlCommandMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ControlCommandMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for ControlCommand

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/DataArrayResponseMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/DataArrayResponseMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/DataArrayResponseMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/DataArrayResponseMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for DataArrayResponse

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/DataResponseMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/DataResponseMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/DataResponseMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/DataResponseMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for DataResponse

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/DestinationInfoMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/DestinationInfoMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/DestinationInfoMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/DestinationInfoMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for DestinationInfo

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/DiscoveryEventMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/DiscoveryEventMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/DiscoveryEventMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/DiscoveryEventMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for DiscoveryEvent

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ExceptionResponseMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ExceptionResponseMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ExceptionResponseMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ExceptionResponseMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for ExceptionResponse

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/FlushCommandMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/FlushCommandMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/FlushCommandMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/FlushCommandMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for FlushCommand

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/IntegerResponseMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/IntegerResponseMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/IntegerResponseMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/IntegerResponseMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for IntegerResponse

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/JournalQueueAckMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/JournalQueueAckMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/JournalQueueAckMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/JournalQueueAckMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for JournalQueueAck

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/JournalTopicAckMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/JournalTopicAckMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/JournalTopicAckMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/JournalTopicAckMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for JournalTopicAck

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/JournalTraceMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/JournalTraceMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/JournalTraceMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/JournalTraceMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for JournalTrace

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/JournalTransactionMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/JournalTransactionMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/JournalTransactionMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/JournalTransactionMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for JournalTransaction

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/KeepAliveInfoMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/KeepAliveInfoMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/KeepAliveInfoMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/KeepAliveInfoMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for KeepAliveInfo

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/LastPartialCommandMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/LastPartialCommandMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/LastPartialCommandMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/LastPartialCommandMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for LastPartialCommand

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/LocalTransactionIdMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/LocalTransactionIdMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/LocalTransactionIdMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/LocalTransactionIdMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for LocalTransactionId

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/MarshallerFactory.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/MarshallerFactory.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/MarshallerFactory.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/MarshallerFactory.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
 	/// <summary>
 	/// Used to create marshallers for a specific version of the wire protocol

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/MessageAckMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/MessageAckMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/MessageAckMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/MessageAckMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for MessageAck

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/MessageDispatchMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/MessageDispatchMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/MessageDispatchMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/MessageDispatchMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for MessageDispatch

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/MessageDispatchNotificationMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/MessageDispatchNotificationMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/MessageDispatchNotificationMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/MessageDispatchNotificationMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for MessageDispatchNotification

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/MessageIdMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/MessageIdMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/MessageIdMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/MessageIdMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for MessageId

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/MessageMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/MessageMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/MessageMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/MessageMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for Message

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/MessagePullMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/MessagePullMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/MessagePullMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/MessagePullMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for MessagePull

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/NetworkBridgeFilterMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/NetworkBridgeFilterMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/NetworkBridgeFilterMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/NetworkBridgeFilterMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for NetworkBridgeFilter

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/PartialCommandMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/PartialCommandMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/PartialCommandMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/PartialCommandMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for PartialCommand

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ProducerIdMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ProducerIdMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ProducerIdMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ProducerIdMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for ProducerId

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ProducerInfoMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ProducerInfoMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ProducerInfoMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ProducerInfoMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for ProducerInfo

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/RemoveInfoMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/RemoveInfoMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/RemoveInfoMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/RemoveInfoMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for RemoveInfo

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/RemoveSubscriptionInfoMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/RemoveSubscriptionInfoMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/RemoveSubscriptionInfoMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/RemoveSubscriptionInfoMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for RemoveSubscriptionInfo

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ReplayCommandMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ReplayCommandMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ReplayCommandMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ReplayCommandMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for ReplayCommand

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ResponseMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ResponseMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ResponseMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ResponseMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for Response

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/SessionIdMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/SessionIdMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/SessionIdMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/SessionIdMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for SessionId

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/SessionInfoMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/SessionInfoMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/SessionInfoMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/SessionInfoMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for SessionInfo

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ShutdownInfoMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ShutdownInfoMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ShutdownInfoMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ShutdownInfoMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for ShutdownInfo

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/SubscriptionInfoMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/SubscriptionInfoMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/SubscriptionInfoMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/SubscriptionInfoMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for SubscriptionInfo

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/TransactionIdMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/TransactionIdMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/TransactionIdMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/TransactionIdMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for TransactionId

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/TransactionInfoMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/TransactionInfoMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/TransactionInfoMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/TransactionInfoMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for TransactionInfo

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/WireFormatInfoMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/WireFormatInfoMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/WireFormatInfoMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/WireFormatInfoMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for WireFormatInfo

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/XATransactionIdMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/XATransactionIdMarshaller.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/XATransactionIdMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/XATransactionIdMarshaller.cs Mon Oct 29 12:04:06 2007
@@ -25,11 +25,11 @@
 using System.Collections;
 using System.IO;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.OpenWire.V2;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.OpenWire.V2;
 
-namespace Apache.ActiveMQ.OpenWire.V2
+namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {
   /// <summary>
   ///  Marshalling code for Open Wire Format for XATransactionId

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Session.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Session.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Session.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Session.cs Mon Oct 29 12:04:06 2007
@@ -16,10 +16,10 @@
  */
 using System;
 using System.Collections;
-using Apache.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.Commands;
 using Apache.NMS;
 
-namespace Apache.ActiveMQ
+namespace Apache.NMS.ActiveMQ
 {
 	/// <summary>
 	/// Default provider of ISession

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/TransactionContext.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/TransactionContext.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/TransactionContext.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/TransactionContext.cs Mon Oct 29 12:04:06 2007
@@ -14,12 +14,12 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-using Apache.ActiveMQ;
-using Apache.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ;
+using Apache.NMS.ActiveMQ.Commands;
 using System.Collections;
 
 
-namespace Apache.ActiveMQ
+namespace Apache.NMS.ActiveMQ
 {
 	public enum TransactionType
     {
@@ -27,7 +27,7 @@
     }
 }
 
-namespace Apache.ActiveMQ
+namespace Apache.NMS.ActiveMQ
 {
 	public class TransactionContext
     {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/FutureResponse.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/FutureResponse.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/FutureResponse.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/FutureResponse.cs Mon Oct 29 12:04:06 2007
@@ -14,13 +14,13 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-using Apache.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.Commands;
 using System;
 using System.Threading;
-using Apache.ActiveMQ.Util;
+using Apache.NMS.ActiveMQ.Util;
 using Apache.NMS;
 
-namespace Apache.ActiveMQ.Transport
+namespace Apache.NMS.ActiveMQ.Transport
 {
 	
 	/// <summary>

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/ITransport.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/ITransport.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/ITransport.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/ITransport.cs Mon Oct 29 12:04:06 2007
@@ -14,11 +14,11 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-using Apache.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.Commands;
 using Apache.NMS;
 using System;
 
-namespace Apache.ActiveMQ.Transport
+namespace Apache.NMS.ActiveMQ.Transport
 {
 	public delegate void CommandHandler(ITransport sender, Command command);
 	public delegate void ExceptionHandler(ITransport sender, Exception command);

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/ITransportFactory.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/ITransportFactory.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/ITransportFactory.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/ITransportFactory.cs Mon Oct 29 12:04:06 2007
@@ -17,7 +17,7 @@
 
 using System;
 
-namespace Apache.ActiveMQ.Transport
+namespace Apache.NMS.ActiveMQ.Transport
 {
 	public interface ITransportFactory
     {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/IWireFormat.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/IWireFormat.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/IWireFormat.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/IWireFormat.cs Mon Oct 29 12:04:06 2007
@@ -17,7 +17,7 @@
 using System;
 using System.IO;
 
-namespace Apache.ActiveMQ.Transport
+namespace Apache.NMS.ActiveMQ.Transport
 {
 	/// <summary>
 	/// Represents the marshalling of commands to and from an IO stream

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/LoggingTransport.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/LoggingTransport.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/LoggingTransport.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/LoggingTransport.cs Mon Oct 29 12:04:06 2007
@@ -15,11 +15,11 @@
  * limitations under the License.
  */
 using Apache.NMS;
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.Transport;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.Transport;
 using System;
 
-namespace Apache.ActiveMQ.Transport
+namespace Apache.NMS.ActiveMQ.Transport
 {
 	
 	/// <summary>

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/MutexTransport.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/MutexTransport.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/MutexTransport.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/MutexTransport.cs Mon Oct 29 12:04:06 2007
@@ -14,11 +14,11 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.Transport;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.Transport;
 using System;
 
-namespace Apache.ActiveMQ.Transport
+namespace Apache.NMS.ActiveMQ.Transport
 {
 	
     /// <summary>

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/ResponseCorrelator.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/ResponseCorrelator.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/ResponseCorrelator.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/ResponseCorrelator.cs Mon Oct 29 12:04:06 2007
@@ -18,11 +18,11 @@
 using System;
 using System.Collections;
 
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.Transport;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.Transport;
 using Apache.NMS;
 
-namespace Apache.ActiveMQ.Transport
+namespace Apache.NMS.ActiveMQ.Transport
 {
 	
     /// <summary>

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/Stomp/StompFrameStream.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/Stomp/StompFrameStream.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/Stomp/StompFrameStream.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/Stomp/StompFrameStream.cs Mon Oct 29 12:04:06 2007
@@ -15,16 +15,16 @@
  * limitations under the License.
  */
 using System.Reflection;
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire.V1;
-using Apache.ActiveMQ.Transport;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire.V1;
+using Apache.NMS.ActiveMQ.Transport;
 using Apache.NMS;
 using System;
 using System.Collections;
 using System.IO;
 using System.Text;
 
-namespace Apache.ActiveMQ.Transport.Stomp
+namespace Apache.NMS.ActiveMQ.Transport.Stomp
 {
     /// <summary>
     /// A Stream for writing a <a href="http://stomp.codehaus.org/">STOMP</a> Frame

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/Stomp/StompHelper.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/Stomp/StompHelper.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/Stomp/StompHelper.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/Stomp/StompHelper.cs Mon Oct 29 12:04:06 2007
@@ -16,10 +16,10 @@
  */
 using System;
 using System.Text;
-using Apache.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.Commands;
 using Apache.NMS;
 
-namespace Apache.ActiveMQ.Transport.Stomp
+namespace Apache.NMS.ActiveMQ.Transport.Stomp
 {
     /// <summary>
     /// Some <a href="http://stomp.codehaus.org/">STOMP</a> protocol conversion helper methods.

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/Stomp/StompWireFormat.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/Stomp/StompWireFormat.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/Stomp/StompWireFormat.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/Stomp/StompWireFormat.cs Mon Oct 29 12:04:06 2007
@@ -15,16 +15,16 @@
  * limitations under the License.
  */
 using System.Reflection;
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire.V1;
-using Apache.ActiveMQ.Transport;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire.V1;
+using Apache.NMS.ActiveMQ.Transport;
 using Apache.NMS;
 using System;
 using System.Collections;
 using System.IO;
 using System.Text;
 
-namespace Apache.ActiveMQ.Transport.Stomp
+namespace Apache.NMS.ActiveMQ.Transport.Stomp
 {
     /// <summary>
     /// Implements the <a href="http://stomp.codehaus.org/">STOMP</a> protocol.

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/Tcp/TcpTransport.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/Tcp/TcpTransport.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/Tcp/TcpTransport.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/Tcp/TcpTransport.cs Mon Oct 29 12:04:06 2007
@@ -14,15 +14,15 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.Transport;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.Transport;
 using System;
 using System.IO;
 using System.Net.Sockets;
 using System.Threading;
 
-namespace Apache.ActiveMQ.Transport.Tcp
+namespace Apache.NMS.ActiveMQ.Transport.Tcp
 {
 	
     /// <summary>

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/Tcp/TcpTransportFactory.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/Tcp/TcpTransportFactory.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/Tcp/TcpTransportFactory.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/Tcp/TcpTransportFactory.cs Mon Oct 29 12:04:06 2007
@@ -19,12 +19,12 @@
 using System.Net;
 using System.Net.Sockets;
 using System.Collections.Specialized;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.Transport.Stomp;
-using Apache.ActiveMQ.Util;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.Transport.Stomp;
+using Apache.NMS.ActiveMQ.Util;
 using Apache.NMS;
 
-namespace Apache.ActiveMQ.Transport.Tcp
+namespace Apache.NMS.ActiveMQ.Transport.Tcp
 {
 	public class TcpTransportFactory : ITransportFactory
 	{

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/TransportFilter.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/TransportFilter.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/TransportFilter.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/TransportFilter.cs Mon Oct 29 12:04:06 2007
@@ -14,11 +14,11 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.Transport;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.Transport;
 using System;
 
-namespace Apache.ActiveMQ.Transport
+namespace Apache.NMS.ActiveMQ.Transport
 {
 	
 	/// <summary>

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/WireFormatNegotiator.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/WireFormatNegotiator.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/WireFormatNegotiator.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/WireFormatNegotiator.cs Mon Oct 29 12:04:06 2007
@@ -16,13 +16,13 @@
  */
 using System.IO;
 using System.Threading;
-using Apache.ActiveMQ.Commands;
-using Apache.ActiveMQ.OpenWire;
-using Apache.ActiveMQ.Transport;
+using Apache.NMS.ActiveMQ.Commands;
+using Apache.NMS.ActiveMQ.OpenWire;
+using Apache.NMS.ActiveMQ.Transport;
 using System;
-using Apache.ActiveMQ.Util;
+using Apache.NMS.ActiveMQ.Util;
 
-namespace Apache.ActiveMQ.Transport
+namespace Apache.NMS.ActiveMQ.Transport
 {
 	
     /// <summary>

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Util/AtomicBoolean.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Util/AtomicBoolean.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Util/AtomicBoolean.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Util/AtomicBoolean.cs Mon Oct 29 12:04:06 2007
@@ -17,7 +17,7 @@
 using System;
 using System.Text;
 
-namespace Apache.ActiveMQ.Util
+namespace Apache.NMS.ActiveMQ.Util
 {
     public class AtomicBoolean
     {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Util/CountDownLatch.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Util/CountDownLatch.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Util/CountDownLatch.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Util/CountDownLatch.cs Mon Oct 29 12:04:06 2007
@@ -17,7 +17,7 @@
 using System;
 using System.Threading;
 
-namespace Apache.ActiveMQ.Util
+namespace Apache.NMS.ActiveMQ.Util
 {
     class CountDownLatch
     {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Util/DateUtils.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Util/DateUtils.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Util/DateUtils.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Util/DateUtils.cs Mon Oct 29 12:04:06 2007
@@ -16,7 +16,7 @@
  */
 using System;
 
-namespace Apache.ActiveMQ.Util
+namespace Apache.NMS.ActiveMQ.Util
 {
 	public class DateUtils
 	{

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Util/URISupport.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Util/URISupport.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Util/URISupport.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Util/URISupport.cs Mon Oct 29 12:04:06 2007
@@ -19,7 +19,7 @@
 using System.Globalization;
 using System.Text;
 
-namespace Apache.ActiveMQ.Util
+namespace Apache.NMS.ActiveMQ.Util
 {
 	/// <summary>
 	/// Class to provide support for URI query parameters which uses .Net reflection

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/test/csharp/ActiveMQ/BadConsumeTest.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/test/csharp/ActiveMQ/BadConsumeTest.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/test/csharp/ActiveMQ/BadConsumeTest.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/test/csharp/ActiveMQ/BadConsumeTest.cs Mon Oct 29 12:04:06 2007
@@ -14,12 +14,12 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-using Apache.ActiveMQ;
+using Apache.NMS.ActiveMQ;
 using Apache.NMS;
 using NUnit.Framework;
 using System;
 
-namespace Apache.ActiveMQ
+namespace Apache.NMS.ActiveMQ
 {
 	[TestFixture]
     public class BadConsumeTest : NMS.Test.BadConsumeTest

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/test/csharp/ActiveMQ/BytesMessageTest.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/test/csharp/ActiveMQ/BytesMessageTest.cs?rev=589805&r1=589804&r2=589805&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/test/csharp/ActiveMQ/BytesMessageTest.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/test/csharp/ActiveMQ/BytesMessageTest.cs Mon Oct 29 12:04:06 2007
@@ -14,12 +14,12 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
-using Apache.ActiveMQ;
+using Apache.NMS.ActiveMQ;
 using Apache.NMS;
 using NUnit.Framework;
 using System;
 
-namespace Apache.ActiveMQ
+namespace Apache.NMS.ActiveMQ
 {
     [TestFixture]
     public class BytesMessageTest : NMS.Test.BytesMessageTest