You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2010/09/01 21:49:37 UTC

svn commit: r991671 [3/5] - in /activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp: Commands/ OpenWire/V1/ OpenWire/V2/ OpenWire/V3/ OpenWire/V4/ OpenWire/V5/ OpenWire/V6/

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/PartialCommandMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/PartialCommandMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/PartialCommandMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/PartialCommandMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V2;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/ProducerAckMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/ProducerAckMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/ProducerAckMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/ProducerAckMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V2;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/ProducerIdMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/ProducerIdMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/ProducerIdMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/ProducerIdMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V2;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/ProducerInfoMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/ProducerInfoMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/ProducerInfoMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/ProducerInfoMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V2;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/RemoveInfoMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/RemoveInfoMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/RemoveInfoMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/RemoveInfoMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V2;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/RemoveSubscriptionInfoMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/RemoveSubscriptionInfoMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/RemoveSubscriptionInfoMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/RemoveSubscriptionInfoMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V2;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/ReplayCommandMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/ReplayCommandMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/ReplayCommandMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/ReplayCommandMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V2;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/ResponseMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/ResponseMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/ResponseMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/ResponseMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V2;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/SessionIdMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/SessionIdMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/SessionIdMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/SessionIdMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V2;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/SessionInfoMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/SessionInfoMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/SessionInfoMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/SessionInfoMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V2;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/ShutdownInfoMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/ShutdownInfoMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/ShutdownInfoMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/ShutdownInfoMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V2;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/SubscriptionInfoMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/SubscriptionInfoMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/SubscriptionInfoMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/SubscriptionInfoMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V2;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/TransactionIdMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/TransactionIdMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/TransactionIdMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/TransactionIdMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V2;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/TransactionInfoMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/TransactionInfoMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/TransactionInfoMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/TransactionInfoMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V2;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/WireFormatInfoMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/WireFormatInfoMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/WireFormatInfoMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/WireFormatInfoMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V2;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/XATransactionIdMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/XATransactionIdMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/XATransactionIdMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V2/XATransactionIdMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V2;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V2
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQBlobMessageMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQBlobMessageMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQBlobMessageMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQBlobMessageMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQBytesMessageMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQBytesMessageMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQBytesMessageMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQBytesMessageMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQDestinationMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQDestinationMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQDestinationMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQDestinationMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQMapMessageMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQMapMessageMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQMapMessageMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQMapMessageMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQMessageMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQMessageMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQMessageMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQMessageMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQObjectMessageMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQObjectMessageMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQObjectMessageMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQObjectMessageMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQQueueMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQQueueMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQQueueMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQQueueMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQStreamMessageMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQStreamMessageMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQStreamMessageMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQStreamMessageMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQTempDestinationMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQTempDestinationMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQTempDestinationMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQTempDestinationMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQTempQueueMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQTempQueueMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQTempQueueMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQTempQueueMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQTempTopicMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQTempTopicMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQTempTopicMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQTempTopicMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQTextMessageMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQTextMessageMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQTextMessageMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQTextMessageMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQTopicMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQTopicMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQTopicMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ActiveMQTopicMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/BaseCommandMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/BaseCommandMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/BaseCommandMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/BaseCommandMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/BrokerIdMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/BrokerIdMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/BrokerIdMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/BrokerIdMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/BrokerInfoMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/BrokerInfoMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/BrokerInfoMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/BrokerInfoMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ConnectionControlMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ConnectionControlMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ConnectionControlMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ConnectionControlMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ConnectionErrorMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ConnectionErrorMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ConnectionErrorMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ConnectionErrorMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ConnectionIdMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ConnectionIdMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ConnectionIdMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ConnectionIdMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ConnectionInfoMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ConnectionInfoMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ConnectionInfoMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ConnectionInfoMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ConsumerControlMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ConsumerControlMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ConsumerControlMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ConsumerControlMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ConsumerIdMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ConsumerIdMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ConsumerIdMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ConsumerIdMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ConsumerInfoMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ConsumerInfoMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ConsumerInfoMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ConsumerInfoMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ControlCommandMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ControlCommandMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ControlCommandMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ControlCommandMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/DataArrayResponseMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/DataArrayResponseMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/DataArrayResponseMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/DataArrayResponseMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/DataResponseMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/DataResponseMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/DataResponseMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/DataResponseMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/DestinationInfoMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/DestinationInfoMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/DestinationInfoMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/DestinationInfoMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/DiscoveryEventMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/DiscoveryEventMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/DiscoveryEventMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/DiscoveryEventMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ExceptionResponseMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ExceptionResponseMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ExceptionResponseMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ExceptionResponseMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/FlushCommandMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/FlushCommandMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/FlushCommandMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/FlushCommandMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/IntegerResponseMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/IntegerResponseMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/IntegerResponseMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/IntegerResponseMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/JournalQueueAckMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/JournalQueueAckMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/JournalQueueAckMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/JournalQueueAckMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/JournalTopicAckMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/JournalTopicAckMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/JournalTopicAckMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/JournalTopicAckMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/JournalTraceMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/JournalTraceMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/JournalTraceMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/JournalTraceMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/JournalTransactionMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/JournalTransactionMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/JournalTransactionMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/JournalTransactionMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/KeepAliveInfoMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/KeepAliveInfoMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/KeepAliveInfoMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/KeepAliveInfoMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/LastPartialCommandMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/LastPartialCommandMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/LastPartialCommandMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/LastPartialCommandMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/LocalTransactionIdMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/LocalTransactionIdMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/LocalTransactionIdMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/LocalTransactionIdMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/MessageAckMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/MessageAckMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/MessageAckMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/MessageAckMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/MessageDispatchMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/MessageDispatchMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/MessageDispatchMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/MessageDispatchMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/MessageDispatchNotificationMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/MessageDispatchNotificationMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/MessageDispatchNotificationMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/MessageDispatchNotificationMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/MessageIdMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/MessageIdMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/MessageIdMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/MessageIdMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/MessageMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/MessageMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/MessageMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/MessageMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/MessagePullMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/MessagePullMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/MessagePullMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/MessagePullMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/NetworkBridgeFilterMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/NetworkBridgeFilterMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/NetworkBridgeFilterMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/NetworkBridgeFilterMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/PartialCommandMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/PartialCommandMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/PartialCommandMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/PartialCommandMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ProducerAckMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ProducerAckMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ProducerAckMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ProducerAckMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ProducerIdMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ProducerIdMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ProducerIdMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ProducerIdMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ProducerInfoMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ProducerInfoMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ProducerInfoMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ProducerInfoMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/RemoveInfoMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/RemoveInfoMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/RemoveInfoMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/RemoveInfoMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/RemoveSubscriptionInfoMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/RemoveSubscriptionInfoMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/RemoveSubscriptionInfoMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/RemoveSubscriptionInfoMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ReplayCommandMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ReplayCommandMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ReplayCommandMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ReplayCommandMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ResponseMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ResponseMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ResponseMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ResponseMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/SessionIdMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/SessionIdMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/SessionIdMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/SessionIdMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/SessionInfoMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/SessionInfoMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/SessionInfoMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/SessionInfoMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ShutdownInfoMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ShutdownInfoMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ShutdownInfoMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/ShutdownInfoMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/SubscriptionInfoMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/SubscriptionInfoMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/SubscriptionInfoMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/SubscriptionInfoMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/TransactionIdMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/TransactionIdMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/TransactionIdMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/TransactionIdMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/TransactionInfoMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/TransactionInfoMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/TransactionInfoMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/TransactionInfoMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/WireFormatInfoMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/WireFormatInfoMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/WireFormatInfoMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/WireFormatInfoMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/XATransactionIdMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/XATransactionIdMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/XATransactionIdMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V3/XATransactionIdMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V3;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V3
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQBlobMessageMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQBlobMessageMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQBlobMessageMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQBlobMessageMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V4;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V4
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQBytesMessageMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQBytesMessageMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQBytesMessageMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQBytesMessageMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V4;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V4
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQDestinationMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQDestinationMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQDestinationMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQDestinationMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V4;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V4
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQMapMessageMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQMapMessageMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQMapMessageMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQMapMessageMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V4;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V4
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQMessageMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQMessageMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQMessageMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQMessageMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V4;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V4
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQObjectMessageMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQObjectMessageMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQObjectMessageMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQObjectMessageMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V4;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V4
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQQueueMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQQueueMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQQueueMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQQueueMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V4;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V4
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQStreamMessageMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQStreamMessageMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQStreamMessageMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQStreamMessageMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V4;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V4
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQTempDestinationMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQTempDestinationMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQTempDestinationMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQTempDestinationMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V4;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V4
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQTempQueueMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQTempQueueMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQTempQueueMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQTempQueueMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V4;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V4
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQTempTopicMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQTempTopicMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQTempTopicMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQTempTopicMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V4;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V4
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQTextMessageMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQTextMessageMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQTextMessageMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQTextMessageMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V4;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V4
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQTopicMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQTopicMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQTopicMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ActiveMQTopicMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V4;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V4
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/BaseCommandMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/BaseCommandMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/BaseCommandMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/BaseCommandMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V4;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V4
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/BrokerIdMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/BrokerIdMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/BrokerIdMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/BrokerIdMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V4;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V4
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/BrokerInfoMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/BrokerInfoMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/BrokerInfoMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/BrokerInfoMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V4;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V4
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ConnectionControlMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ConnectionControlMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ConnectionControlMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ConnectionControlMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V4;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V4
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ConnectionErrorMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ConnectionErrorMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ConnectionErrorMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ConnectionErrorMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V4;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V4
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ConnectionIdMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ConnectionIdMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ConnectionIdMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ConnectionIdMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V4;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V4
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ConnectionInfoMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ConnectionInfoMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ConnectionInfoMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ConnectionInfoMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V4;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V4
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ConsumerControlMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ConsumerControlMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ConsumerControlMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ConsumerControlMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V4;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V4
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ConsumerIdMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ConsumerIdMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ConsumerIdMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ConsumerIdMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V4;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V4
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ConsumerInfoMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ConsumerInfoMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ConsumerInfoMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ConsumerInfoMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V4;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V4
 {

Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ControlCommandMarshaller.cs
URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ControlCommandMarshaller.cs?rev=991671&r1=991670&r2=991671&view=diff
==============================================================================
--- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ControlCommandMarshaller.cs (original)
+++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/OpenWire/V4/ControlCommandMarshaller.cs Wed Sep  1 19:49:25 2010
@@ -26,12 +26,9 @@
  */
 
 using System;
-using System.Collections;
 using System.IO;
 
 using Apache.NMS.ActiveMQ.Commands;
-using Apache.NMS.ActiveMQ.OpenWire;
-using Apache.NMS.ActiveMQ.OpenWire.V4;
 
 namespace Apache.NMS.ActiveMQ.OpenWire.V4
 {