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 14:55:57 UTC

svn commit: r589629 [3/7] - in /activemq/activemq-dotnet/trunk: ./ src/main/csharp/ActiveMQ/ src/main/csharp/ActiveMQ/Commands/ src/main/csharp/ActiveMQ/OpenWire/ src/main/csharp/ActiveMQ/OpenWire/V1/ src/main/csharp/ActiveMQ/OpenWire/V2/ src/main/csha...

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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