You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2006/01/06 19:00:17 UTC

svn commit: r366543 [1/2] - in /incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core: ./ Commands/ IO/

Author: jstrachan
Date: Fri Jan  6 09:56:09 2006
New Revision: 366543

URL: http://svn.apache.org/viewcvs?rev=366543&view=rev
Log:
almost compiling OpenWire.Net :)

Modified:
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/AbstractCommand.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/AbstractCommandMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/ActiveMQDestination.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/ActiveMQQueue.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/ActiveMQTopic.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQBytesMessage.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQDestination.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQMapMessage.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQMessage.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQObjectMessage.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQQueue.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQStreamMessage.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQTempDestination.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQTempQueue.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQTempTopic.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQTextMessage.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQTopic.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/BaseCommand.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/BrokerId.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/BrokerInfo.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ConnectionId.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ConnectionInfo.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ConsumerId.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ConsumerInfo.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ControlCommand.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/DataArrayResponse.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/DataResponse.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/DestinationInfo.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ExceptionResponse.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/FlushCommand.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/IntegerResponse.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/JournalQueueAck.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/JournalTopicAck.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/JournalTrace.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/JournalTransaction.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/KeepAliveInfo.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/LocalTransactionId.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/Message.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/MessageAck.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/MessageDispatch.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/MessageId.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ProducerId.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ProducerInfo.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/RemoveInfo.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/RemoveSubscriptionInfo.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/Response.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/SessionId.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/SessionInfo.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ShutdownInfo.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/SubscriptionInfo.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/TransactionId.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/TransactionInfo.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/WireFormatInfo.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/XATransactionId.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/DestinationFilter.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQBytesMessageMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQDestinationMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQMapMessageMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQMessageMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQObjectMessageMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQQueueMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQStreamMessageMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQTempDestinationMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQTempQueueMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQTempTopicMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQTextMessageMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQTopicMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/BaseCommandMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/BrokerIdMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/BrokerInfoMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ConnectionIdMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ConnectionInfoMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ConsumerIdMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ConsumerInfoMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ControlCommandMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/DataArrayResponseMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/DataResponseMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/DestinationInfoMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ExceptionResponseMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/FlushCommandMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/IntegerResponseMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/JournalQueueAckMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/JournalTopicAckMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/JournalTraceMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/JournalTransactionMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/KeepAliveInfoMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/LocalTransactionIdMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/MessageAckMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/MessageDispatchMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/MessageIdMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/MessageMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ProducerIdMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ProducerInfoMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/RemoveInfoMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/RemoveSubscriptionInfoMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ResponseMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/SessionIdMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/SessionInfoMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ShutdownInfoMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/SubscriptionInfoMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/TransactionIdMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/TransactionInfoMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/WireFormatInfoMarshaller.cs
    incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/XATransactionIdMarshaller.cs

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/AbstractCommand.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/AbstractCommand.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/AbstractCommand.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/AbstractCommand.cs Fri Jan  6 09:56:09 2006
@@ -5,14 +5,14 @@
 	/// <summary>
 	/// Summary description for AbstractCommand.
 	/// </summary>
-	public abstract class AbstractCommand {
+	public abstract class AbstractCommand : Command {
 		
-		public const int 	NON_PERSISTENT = 	1;
-		public const int 	PERSISTENT 	= 2;
+		//public const int 	NON_PERSISTENT = 	1;
+		//public const int 	PERSISTENT 	= 2;
     
-											 /**
-											  * Message flag indexes (used for writing/reading to/from a Stream
-											  */
+		 /**
+		  * Message flag indexes (used for writing/reading to/from a Stream
+		  */
 		public const int RECEIPT_REQUIRED_INDEX = 0;
 		public const int BROKERS_VISITED_INDEX =1;
 		private short id = 0;
@@ -28,54 +28,49 @@
          	    return 0;
  	    }
 
-		public short getId() 
+		public short GetId() 
 		{
 			return this.id;
 		}
 
-		public virtual void setId(short newId) 
+		public virtual void SetId(short newId) 
 		{
 			this.id = newId;
 		}
 
-		public virtual bool isReceiptRequired() 
+		public virtual bool IsReceiptRequired() 
 		{
 			return this.receiptRequired;
 		}
 
 		
-		public virtual bool isReceipt() 
+		public virtual bool IsReceipt() 
 		{
 			return false;
 		}
 
-		public void setReceiptRequired(bool value) 
+		public void SetReceiptRequired(bool value) 
 		{
 			this.receiptRequired = value;
 		}
 
-		public virtual bool isJMSMessage() 
+		public virtual bool IsJMSMessage() 
 		{
 			return false;
 		}
 
-		public int hashCode() 
+		public override int GetHashCode() 
 		{
 			return this.id;
 		}
 
-		public virtual short getCommandType() 
+		public override String ToString() 
 		{
-			return id;
-		}
-
-		public String toString() 
-		{
-			return getCommandTypeAsString(getCommandType()) + ": id = " + getId();
+			return GetCommandTypeAsString(GetCommandType()) + ": id = " + GetId();
 		}
 
 
-		public static String getCommandTypeAsString(int type) 
+		public static String GetCommandTypeAsString(int type) 
 		{
 			String packetTypeStr = "";
 			switch (type) 
@@ -155,12 +150,6 @@
 			}
 			return packetTypeStr;
 		}
-
-		protected virtual bool equals(Object left, Object right) 
-		{	
-			return left == right || (left != null && left.Equals(right));
-		}
-
 	}
 }
 

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/AbstractCommandMarshaller.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/AbstractCommandMarshaller.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/AbstractCommandMarshaller.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/AbstractCommandMarshaller.cs Fri Jan  6 09:56:09 2006
@@ -1,4 +1,5 @@
 using System;
+using System.IO;
 
 namespace OpenWire.Core
 {
@@ -10,9 +11,13 @@
 
         public abstract Command CreateCommand();
 
-        public abstract void BuildCommand(Command command, BinaryReader dataIn);
+        public virtual void BuildCommand(Command command, BinaryReader dataIn) 
+        {
+        }
         
-        public abstract void WriteCommand(Command command, BinaryWriter dataOut);
+        public virtual void WriteCommand(Command command, BinaryWriter dataOut)
+        {
+        }
         
 	}
 }

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/ActiveMQDestination.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/ActiveMQDestination.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/ActiveMQDestination.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/ActiveMQDestination.cs Fri Jan  6 09:56:09 2006
@@ -81,7 +81,7 @@
 
     protected ActiveMQDestination(String name) {
         this.physicalName = name;
-        this.advisory = name != null && name.startsWith(ADVISORY_PREFIX);
+        this.advisory = name != null && name.StartsWith(ADVISORY_PREFIX);
     }
 
 
@@ -89,71 +89,71 @@
     /**
      * @return Returns the advisory.
      */
-    public bool isAdvisory() {
+    public bool IsAdvisory() {
         return advisory;
     }
     /**
      * @param advisory The advisory to set.
      */
-    public void setAdvisory(bool advisory) {
+    public void SetAdvisory(bool advisory) {
         this.advisory = advisory;
     }
     
     /**
      * @return true if this is a destination for Consumer advisories
      */
-    public bool isConsumerAdvisory(){
-        return isAdvisory() && physicalName.startsWith(ActiveMQDestination.CONSUMER_ADVISORY_PREFIX);
+    public bool IsConsumerAdvisory(){
+        return IsAdvisory() && physicalName.StartsWith(ActiveMQDestination.CONSUMER_ADVISORY_PREFIX);
     }
     
     /**
      * @return true if this is a destination for Producer advisories
      */
-    public bool isProducerAdvisory(){
-        return isAdvisory() && physicalName.startsWith(ActiveMQDestination.PRODUCER_ADVISORY_PREFIX);
+    public bool IsProducerAdvisory(){
+        return IsAdvisory() && physicalName.StartsWith(ActiveMQDestination.PRODUCER_ADVISORY_PREFIX);
     }
     
     /**
      * @return true if this is a destination for Connection advisories
      */
-    public bool isConnectionAdvisory(){
-        return isAdvisory() && physicalName.startsWith(ActiveMQDestination.CONNECTION_ADVISORY_PREFIX);
+    public bool IsConnectionAdvisory(){
+        return IsAdvisory() && physicalName.StartsWith(ActiveMQDestination.CONNECTION_ADVISORY_PREFIX);
     }
     
     /**
      * @return Returns the exclusive.
      */
-    public bool isExclusive() {
+    public bool IsExclusive() {
         return exclusive;
     }
     /**
      * @param exclusive The exclusive to set.
      */
-    public void setExclusive(bool exclusive) {
+    public void SetExclusive(bool exclusive) {
         this.exclusive = exclusive;
     }
     /**
      * @return Returns the ordered.
      */
-    public bool isOrdered() {
+    public bool IsOrdered() {
         return ordered;
     }
     /**
      * @param ordered The ordered to set.
      */
-    public void setOrdered(bool ordered) {
+    public void SetOrdered(bool ordered) {
         this.ordered = ordered;
     }
     /**
      * @return Returns the orderedTarget.
      */
-    public String getOrderedTarget() {
+    public String GetOrderedTarget() {
         return orderedTarget;
     }
     /**
      * @param orderedTarget The orderedTarget to set.
      */
-    public void setOrderedTarget(String orderedTarget) {
+    public void SetOrderedTarget(String orderedTarget) {
         this.orderedTarget = orderedTarget;
     }
     /**
@@ -201,36 +201,12 @@
     }
 
     /**
-     * Write an ActiveMQDestination to a Stream
-     *
-     * @param destination
-     * @param dataOut
-     * @throws IOException
-     */
-
-    public static void writeToStream(ActiveMQDestination destination, Object dataOut)  {
-        //TODO SERILIZATION
-    }
-
-    /**
-     * Read an ActiveMQDestination  from a Stream
-     *
-     * @param dataIn
-     * @return the ActiveMQDestination
-     * @throws IOException
-     */
-
-    public static ActiveMQDestination readFromStream(Object dataIn)  {
-		//TODO Serilization
-    }
-    
-    /**
      * Create a Destination
      * @param type
      * @param pyhsicalName
      * @return
      */
-    public static ActiveMQDestination createDestination(int type,String pyhsicalName){
+    public static ActiveMQDestination CreateDestination(int type,String pyhsicalName){
         ActiveMQDestination result = null;
         if (type == ACTIVEMQ_TOPIC) {
             result = new ActiveMQTopic(pyhsicalName);
@@ -253,7 +229,7 @@
      * @param clientId
      * @return
      */
-    public static String createTemporaryName(String clientId) {
+    public static String CreateTemporaryName(String clientId) {
         return TEMP_PREFIX + clientId + TEMP_POSTFIX;
     }
 
@@ -263,7 +239,7 @@
      * @param destination
      * @return the clientId or null if not a temporary destination
      */
-    public static String getClientId(ActiveMQDestination destination) {
+    public static String GetClientId(ActiveMQDestination destination) {
         String answer = null;
         if (destination != null && destination.isTemporary()) {
             String name = destination.getPhysicalName();
@@ -284,7 +260,7 @@
      * @param o object to compare
      * @return 1 if this is less than o else 0 if they are equal or -1 if this is less than o
      */
-    public int compareTo(Object o) {
+    public int CompareTo(Object o) {
         if (o is ActiveMQDestination) {
             return compareTo((ActiveMQDestination) o);
         }
@@ -297,7 +273,7 @@
      * @param that another destination to compare against
      * @return 1 if this is less than o else 0 if they are equal or -1 if this is less than o
      */
-    public int compareTo(ActiveMQDestination that) {
+    public int CompareTo(ActiveMQDestination that) {
         int answer = 0;
         if (physicalName != that.physicalName) {
             if (physicalName == null) {
@@ -328,20 +304,20 @@
      * @return Returns the Destination type
      */
 
-    public abstract int getDestinationType();
+    public abstract int GetDestinationType();
 
 
     /**
      * @return Returns the physicalName.
      */
-    public String getPhysicalName() {
+    public String GetPhysicalName() {
         return this.physicalName;
     }
 
     /**
      * @param newPhysicalName The physicalName to set.
      */
-    public void setPhysicalName(String newPhysicalName) {
+    public void SetPhysicalName(String newPhysicalName) {
         this.physicalName = newPhysicalName;
     }
 
@@ -351,9 +327,9 @@
      * @return true/false
      */
 
-    public bool isTemporary() {
-        return getDestinationType() == ACTIVEMQ_TEMPORARY_TOPIC ||
-                getDestinationType() == ACTIVEMQ_TEMPORARY_QUEUE;
+    public bool IsTemporary() {
+        return GetDestinationType() == ACTIVEMQ_TEMPORARY_TOPIC ||
+                GetDestinationType() == ACTIVEMQ_TEMPORARY_QUEUE;
     }
 
     /**
@@ -362,9 +338,9 @@
      * @return true/false
      */
 
-    public bool isTopic() {
-        return getDestinationType() == ACTIVEMQ_TOPIC ||
-                getDestinationType() == ACTIVEMQ_TEMPORARY_TOPIC;
+    public bool IsTopic() {
+        return GetDestinationType() == ACTIVEMQ_TOPIC ||
+                GetDestinationType() == ACTIVEMQ_TEMPORARY_TOPIC;
     }
 
     /**
@@ -372,7 +348,7 @@
      *
      * @return true/false
      */
-    public bool isQueue() {
+    public bool IsQueue() {
         return !isTopic();
     }
 
@@ -386,7 +362,7 @@
      *
      * @return true if this destination represents a collection of child destinations.
      */
-    public bool isComposite() {
+    public bool IsComposite() {
         return physicalName.indexOf(COMPOSITE_SEPARATOR) > 0;
     }
 
@@ -396,16 +372,16 @@
      *
      * @return
      */
-    /*public List getChildDestinations() {
+    /*public List GetChildDestinations() {
         List answer = new ArrayList();
         StringTokenizer iter = new StringTokenizer(physicalName, COMPOSITE_SEPARATOR);
         while (iter.hasMoreTokens()) {
             String name = iter.nextToken();
             Destination child = null;
-            if (name.startsWith(QUEUE_PREFIX)) {
+            if (name.StartsWith(QUEUE_PREFIX)) {
                 child = new ActiveMQQueue(name.substring(QUEUE_PREFIX.length()));
             }
-            else if (name.startsWith(TOPIC_PREFIX)) {
+            else if (name.StartsWith(TOPIC_PREFIX)) {
                 child = new ActiveMQTopic(name.substring(TOPIC_PREFIX.length()));
             }
             else {
@@ -425,7 +401,7 @@
      * @return string representation of this instance
      */
 
-    public String toString() {
+    public override String ToString() {
         return this.physicalName;
     }
 
@@ -433,7 +409,7 @@
      * @return hashCode for this instance
      */
 
-    public int hashCode() {
+    public override int GetHashCode() {
         int answer = 0xcafebabe;
 
         if (this.physicalName != null) {
@@ -452,7 +428,7 @@
      * @return true if this instance and obj are equivalent
      */
 
-    public bool equals(Object obj) {
+    public override bool Equals(Object obj) {
         bool result = this == obj;
         if (!result && obj != null && obj is ActiveMQDestination) {
             ActiveMQDestination other = (ActiveMQDestination) obj;
@@ -466,7 +442,7 @@
     /**
      * @return true if the destination matches multiple possible destinations
      */
-    public bool isWildcard() {
+    public bool IsWildcard() {
         if (physicalName != null) {
             return physicalName.indexOf(DestinationFilter.ANY_CHILD) >= 0
                     || physicalName.indexOf(DestinationFilter.ANY_DESCENDENT) >= 0;
@@ -478,9 +454,9 @@
      * @param destination
      * @return  true if the given destination matches this destination; including wildcards
      */
-    public bool matches(ActiveMQDestination destination) {
+    public bool Matches(ActiveMQDestination destination) {
         if (isWildcard()) {
-            return getDestinationFilter().matches(destination);
+            return GetDestinationFilter().matches(destination);
         }
         else {
             return equals(destination);
@@ -491,7 +467,7 @@
     /**
      * @return the DestinationFilter
      */
-    public DestinationFilter getDestinationFilter() {
+    public DestinationFilter GetDestinationFilter() {
         if (filter == null) {
             filter = DestinationFilter.parseFilter(this);
         }
@@ -501,29 +477,19 @@
     /**
      * @return the associated paths associated with this Destination
      */
-    public String[] getDestinationPaths() {
+    public String[] GetDestinationPaths() {
         if (paths == null) {
             paths = DestinationPath.getDestinationPaths(physicalName);
         }
         return paths;
     }
 
-
-
-
-
-    
-    
-    // Implementation methods
-    //-------------------------------------------------------------------------
-
-
     /**
      * Factory method to create a child destination if this destination is a composite
      * @param name
      * @return the created Destination
      */
-    public abstract ActiveMQDestination createDestination(String name);
+    public abstract ActiveMQDestination CreateDestination(String name);
 
     
 }

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/ActiveMQQueue.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/ActiveMQQueue.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/ActiveMQQueue.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/ActiveMQQueue.cs Fri Jan  6 09:56:09 2006
@@ -8,14 +8,16 @@
 	public class ActiveMQQueue : ActiveMQDestination {
 		public ActiveMQQueue() : base(){}
 		public ActiveMQQueue(String name) : base(name){}
-		public String getQueueName() {
-			return base.getPhysicalName();
+		
+		public String GetQueueName() {
+			return base.GetPhysicalName();
 		}
-		public override int getDestinationType() {
+		
+		public override int GetDestinationType() {
 			return ACTIVEMQ_QUEUE;
 		}
 
-		public override ActiveMQDestination createDestination(String name) {
+		public override ActiveMQDestination CreateDestination(String name) {
 			return new ActiveMQQueue(name);
 		}
 	}

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/ActiveMQTopic.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/ActiveMQTopic.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/ActiveMQTopic.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/ActiveMQTopic.cs Fri Jan  6 09:56:09 2006
@@ -9,17 +9,18 @@
 	{
 		public ActiveMQTopic(): base()	{}
 		public ActiveMQTopic(String name):base(name){}
-		public String getTopicName() 
+		
+		public String GetTopicName() 
 		{
-			return super.getPhysicalName();
+			return super.GetPhysicalName();
 		}
-		public override int getDestinationType() 
+		public override int GetDestinationType() 
 		{
 			return ACTIVEMQ_TOPIC;
 		}
 
 
-		public override ActiveMQDestination createDestination(String name) 
+		public override ActiveMQDestination CreateDestination(String name) 
 		{
 			return new ActiveMQTopic(name);
 		}

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQBytesMessage.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQBytesMessage.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQBytesMessage.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQBytesMessage.cs Fri Jan  6 09:56:09 2006
@@ -20,7 +20,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -30,7 +30,6 @@
 
 
         // Properties
-
 
     }
 }

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQDestination.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQDestination.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQDestination.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQDestination.cs Fri Jan  6 09:56:09 2006
@@ -21,7 +21,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -31,7 +31,6 @@
 
 
         // Properties
-
 
         public string PhysicalName
         {

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQMapMessage.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQMapMessage.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQMapMessage.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQMapMessage.cs Fri Jan  6 09:56:09 2006
@@ -20,7 +20,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -30,7 +30,6 @@
 
 
         // Properties
-
 
     }
 }

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQMessage.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQMessage.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQMessage.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQMessage.cs Fri Jan  6 09:56:09 2006
@@ -20,7 +20,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -30,7 +30,6 @@
 
 
         // Properties
-
 
     }
 }

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQObjectMessage.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQObjectMessage.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQObjectMessage.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQObjectMessage.cs Fri Jan  6 09:56:09 2006
@@ -20,7 +20,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -30,7 +30,6 @@
 
 
         // Properties
-
 
     }
 }

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQQueue.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQQueue.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQQueue.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQQueue.cs Fri Jan  6 09:56:09 2006
@@ -20,7 +20,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -30,7 +30,6 @@
 
 
         // Properties
-
 
     }
 }

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQStreamMessage.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQStreamMessage.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQStreamMessage.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQStreamMessage.cs Fri Jan  6 09:56:09 2006
@@ -20,7 +20,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -30,7 +30,6 @@
 
 
         // Properties
-
 
     }
 }

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQTempDestination.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQTempDestination.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQTempDestination.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQTempDestination.cs Fri Jan  6 09:56:09 2006
@@ -20,7 +20,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -30,7 +30,6 @@
 
 
         // Properties
-
 
     }
 }

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQTempQueue.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQTempQueue.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQTempQueue.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQTempQueue.cs Fri Jan  6 09:56:09 2006
@@ -20,7 +20,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -30,7 +30,6 @@
 
 
         // Properties
-
 
     }
 }

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQTempTopic.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQTempTopic.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQTempTopic.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQTempTopic.cs Fri Jan  6 09:56:09 2006
@@ -20,7 +20,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -30,7 +30,6 @@
 
 
         // Properties
-
 
     }
 }

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQTextMessage.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQTextMessage.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQTextMessage.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQTextMessage.cs Fri Jan  6 09:56:09 2006
@@ -20,7 +20,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -30,7 +30,6 @@
 
 
         // Properties
-
 
     }
 }

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQTopic.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQTopic.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQTopic.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ActiveMQTopic.cs Fri Jan  6 09:56:09 2006
@@ -20,7 +20,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -30,7 +30,6 @@
 
 
         // Properties
-
 
     }
 }

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/BaseCommand.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/BaseCommand.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/BaseCommand.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/BaseCommand.cs Fri Jan  6 09:56:09 2006
@@ -22,7 +22,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -32,7 +32,6 @@
 
 
         // Properties
-
 
         public short CommandId
         {

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/BrokerId.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/BrokerId.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/BrokerId.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/BrokerId.cs Fri Jan  6 09:56:09 2006
@@ -21,7 +21,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -31,7 +31,6 @@
 
 
         // Properties
-
 
         public string BrokerIdValue
         {

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/BrokerInfo.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/BrokerInfo.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/BrokerInfo.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/BrokerInfo.cs Fri Jan  6 09:56:09 2006
@@ -24,7 +24,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -34,7 +34,6 @@
 
 
         // Properties
-
 
         public BrokerId BrokerId
         {

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ConnectionId.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ConnectionId.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ConnectionId.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ConnectionId.cs Fri Jan  6 09:56:09 2006
@@ -21,7 +21,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -31,7 +31,6 @@
 
 
         // Properties
-
 
         public string ConnectionIdValue
         {

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ConnectionInfo.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ConnectionInfo.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ConnectionInfo.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ConnectionInfo.cs Fri Jan  6 09:56:09 2006
@@ -25,7 +25,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -35,7 +35,6 @@
 
 
         // Properties
-
 
         public ConnectionId ConnectionId
         {

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ConsumerId.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ConsumerId.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ConsumerId.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ConsumerId.cs Fri Jan  6 09:56:09 2006
@@ -23,7 +23,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -33,7 +33,6 @@
 
 
         // Properties
-
 
         public string ConnectionId
         {

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ConsumerInfo.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ConsumerInfo.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ConsumerInfo.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ConsumerInfo.cs Fri Jan  6 09:56:09 2006
@@ -33,7 +33,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -43,7 +43,6 @@
 
 
         // Properties
-
 
         public ConsumerId ConsumerId
         {

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ControlCommand.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ControlCommand.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ControlCommand.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ControlCommand.cs Fri Jan  6 09:56:09 2006
@@ -21,7 +21,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -31,7 +31,6 @@
 
 
         // Properties
-
 
         public string Command
         {

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/DataArrayResponse.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/DataArrayResponse.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/DataArrayResponse.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/DataArrayResponse.cs Fri Jan  6 09:56:09 2006
@@ -21,7 +21,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -31,7 +31,6 @@
 
 
         // Properties
-
 
         public Command[] Data
         {

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/DataResponse.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/DataResponse.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/DataResponse.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/DataResponse.cs Fri Jan  6 09:56:09 2006
@@ -21,7 +21,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -31,7 +31,6 @@
 
 
         // Properties
-
 
         public Command Data
         {

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/DestinationInfo.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/DestinationInfo.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/DestinationInfo.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/DestinationInfo.cs Fri Jan  6 09:56:09 2006
@@ -25,7 +25,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -35,7 +35,6 @@
 
 
         // Properties
-
 
         public ConnectionId ConnectionId
         {

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ExceptionResponse.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ExceptionResponse.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ExceptionResponse.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ExceptionResponse.cs Fri Jan  6 09:56:09 2006
@@ -21,7 +21,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -31,7 +31,6 @@
 
 
         // Properties
-
 
         public string Exception
         {

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/FlushCommand.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/FlushCommand.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/FlushCommand.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/FlushCommand.cs Fri Jan  6 09:56:09 2006
@@ -20,7 +20,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -30,7 +30,6 @@
 
 
         // Properties
-
 
     }
 }

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/IntegerResponse.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/IntegerResponse.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/IntegerResponse.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/IntegerResponse.cs Fri Jan  6 09:56:09 2006
@@ -21,7 +21,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -31,7 +31,6 @@
 
 
         // Properties
-
 
         public int Result
         {

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/JournalQueueAck.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/JournalQueueAck.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/JournalQueueAck.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/JournalQueueAck.cs Fri Jan  6 09:56:09 2006
@@ -22,7 +22,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -32,7 +32,6 @@
 
 
         // Properties
-
 
         public ActiveMQDestination Destination
         {

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/JournalTopicAck.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/JournalTopicAck.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/JournalTopicAck.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/JournalTopicAck.cs Fri Jan  6 09:56:09 2006
@@ -26,7 +26,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -36,7 +36,6 @@
 
 
         // Properties
-
 
         public ActiveMQDestination Destination
         {

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/JournalTrace.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/JournalTrace.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/JournalTrace.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/JournalTrace.cs Fri Jan  6 09:56:09 2006
@@ -21,7 +21,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -31,7 +31,6 @@
 
 
         // Properties
-
 
         public string Message
         {

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/JournalTransaction.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/JournalTransaction.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/JournalTransaction.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/JournalTransaction.cs Fri Jan  6 09:56:09 2006
@@ -23,7 +23,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -33,7 +33,6 @@
 
 
         // Properties
-
 
         public TransactionId TransactionId
         {

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/KeepAliveInfo.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/KeepAliveInfo.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/KeepAliveInfo.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/KeepAliveInfo.cs Fri Jan  6 09:56:09 2006
@@ -20,7 +20,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -30,7 +30,6 @@
 
 
         // Properties
-
 
     }
 }

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/LocalTransactionId.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/LocalTransactionId.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/LocalTransactionId.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/LocalTransactionId.cs Fri Jan  6 09:56:09 2006
@@ -22,7 +22,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -32,7 +32,6 @@
 
 
         // Properties
-
 
         public long TransactionId
         {

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/Message.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/Message.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/Message.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/Message.cs Fri Jan  6 09:56:09 2006
@@ -45,7 +45,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -55,7 +55,6 @@
 
 
         // Properties
-
 
         public ProducerId ProducerId
         {

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/MessageAck.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/MessageAck.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/MessageAck.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/MessageAck.cs Fri Jan  6 09:56:09 2006
@@ -27,7 +27,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -37,7 +37,6 @@
 
 
         // Properties
-
 
         public ActiveMQDestination Destination
         {

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/MessageDispatch.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/MessageDispatch.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/MessageDispatch.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/MessageDispatch.cs Fri Jan  6 09:56:09 2006
@@ -24,7 +24,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -34,7 +34,6 @@
 
 
         // Properties
-
 
         public ConsumerId ConsumerId
         {

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/MessageId.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/MessageId.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/MessageId.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/MessageId.cs Fri Jan  6 09:56:09 2006
@@ -23,7 +23,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -33,7 +33,6 @@
 
 
         // Properties
-
 
         public ProducerId ProducerId
         {

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ProducerId.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ProducerId.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ProducerId.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ProducerId.cs Fri Jan  6 09:56:09 2006
@@ -23,7 +23,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -33,7 +33,6 @@
 
 
         // Properties
-
 
         public string ConnectionId
         {

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ProducerInfo.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ProducerInfo.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ProducerInfo.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ProducerInfo.cs Fri Jan  6 09:56:09 2006
@@ -23,7 +23,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -33,7 +33,6 @@
 
 
         // Properties
-
 
         public ProducerId ProducerId
         {

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/RemoveInfo.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/RemoveInfo.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/RemoveInfo.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/RemoveInfo.cs Fri Jan  6 09:56:09 2006
@@ -21,7 +21,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -31,7 +31,6 @@
 
 
         // Properties
-
 
         public Command ObjectId
         {

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/RemoveSubscriptionInfo.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/RemoveSubscriptionInfo.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/RemoveSubscriptionInfo.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/RemoveSubscriptionInfo.cs Fri Jan  6 09:56:09 2006
@@ -23,7 +23,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -33,7 +33,6 @@
 
 
         // Properties
-
 
         public ConnectionId ConnectionId
         {

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/Response.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/Response.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/Response.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/Response.cs Fri Jan  6 09:56:09 2006
@@ -21,7 +21,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -31,7 +31,6 @@
 
 
         // Properties
-
 
         public short CorrelationId
         {

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/SessionId.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/SessionId.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/SessionId.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/SessionId.cs Fri Jan  6 09:56:09 2006
@@ -22,7 +22,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -32,7 +32,6 @@
 
 
         // Properties
-
 
         public string ConnectionId
         {

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/SessionInfo.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/SessionInfo.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/SessionInfo.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/SessionInfo.cs Fri Jan  6 09:56:09 2006
@@ -21,7 +21,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -31,7 +31,6 @@
 
 
         // Properties
-
 
         public SessionId SessionId
         {

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ShutdownInfo.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ShutdownInfo.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ShutdownInfo.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/ShutdownInfo.cs Fri Jan  6 09:56:09 2006
@@ -20,7 +20,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -30,7 +30,6 @@
 
 
         // Properties
-
 
     }
 }

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/SubscriptionInfo.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/SubscriptionInfo.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/SubscriptionInfo.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/SubscriptionInfo.cs Fri Jan  6 09:56:09 2006
@@ -24,7 +24,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -34,7 +34,6 @@
 
 
         // Properties
-
 
         public string ClientId
         {

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/TransactionId.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/TransactionId.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/TransactionId.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/TransactionId.cs Fri Jan  6 09:56:09 2006
@@ -20,7 +20,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -30,7 +30,6 @@
 
 
         // Properties
-
 
     }
 }

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/TransactionInfo.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/TransactionInfo.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/TransactionInfo.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/TransactionInfo.cs Fri Jan  6 09:56:09 2006
@@ -23,7 +23,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -33,7 +33,6 @@
 
 
         // Properties
-
 
         public ConnectionId ConnectionId
         {

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/WireFormatInfo.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/WireFormatInfo.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/WireFormatInfo.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/WireFormatInfo.cs Fri Jan  6 09:56:09 2006
@@ -23,7 +23,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -33,7 +33,6 @@
 
 
         // Properties
-
 
         public byte[] Magic
         {

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/XATransactionId.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/XATransactionId.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/XATransactionId.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/Commands/XATransactionId.cs Fri Jan  6 09:56:09 2006
@@ -23,7 +23,7 @@
 
 
         // TODO generate Equals method
-        // TODO generate HashCode method
+        // TODO generate GetHashCode method
         // TODO generate ToString method
 
 
@@ -33,7 +33,6 @@
 
 
         // Properties
-
 
         public int FormatId
         {

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/DestinationFilter.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/DestinationFilter.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/DestinationFilter.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/DestinationFilter.cs Fri Jan  6 09:56:09 2006
@@ -1,4 +1,5 @@
 using System;
+using OpenWire.Core.Commands;
 
 namespace OpenWire.Core
 {

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQBytesMessageMarshaller.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQBytesMessageMarshaller.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQBytesMessageMarshaller.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQBytesMessageMarshaller.cs Fri Jan  6 09:56:09 2006
@@ -25,13 +25,13 @@
         }
 
         public override void BuildCommand(Command command, BinaryReader dataIn) {
-            super.buildCommand(command, dataIn);
+            base.BuildCommand(command, dataIn);
             ActiveMQBytesMessage info = (ActiveMQBytesMessage) command;
 
         }
 
         public override void WriteCommand(Command command, BinaryWriter dataOut) {
-            super.writeCommand(command, dataOut);
+            base.WriteCommand(command, dataOut);
             ActiveMQBytesMessage info = (ActiveMQBytesMessage) command;
 
         }

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQDestinationMarshaller.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQDestinationMarshaller.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQDestinationMarshaller.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQDestinationMarshaller.cs Fri Jan  6 09:56:09 2006
@@ -25,14 +25,14 @@
         }
 
         public override void BuildCommand(Command command, BinaryReader dataIn) {
-            super.buildCommand(command, dataIn);
+            base.BuildCommand(command, dataIn);
             ActiveMQDestination info = (ActiveMQDestination) command;
             info.setPhysicalName(dataIn.readUTF());
 
         }
 
         public override void WriteCommand(Command command, BinaryWriter dataOut) {
-            super.writeCommand(command, dataOut);
+            base.WriteCommand(command, dataOut);
             ActiveMQDestination info = (ActiveMQDestination) command;
             writeUTF(info.getPhysicalName(), dataOut);
 

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQMapMessageMarshaller.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQMapMessageMarshaller.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQMapMessageMarshaller.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQMapMessageMarshaller.cs Fri Jan  6 09:56:09 2006
@@ -25,13 +25,13 @@
         }
 
         public override void BuildCommand(Command command, BinaryReader dataIn) {
-            super.buildCommand(command, dataIn);
+            base.BuildCommand(command, dataIn);
             ActiveMQMapMessage info = (ActiveMQMapMessage) command;
 
         }
 
         public override void WriteCommand(Command command, BinaryWriter dataOut) {
-            super.writeCommand(command, dataOut);
+            base.WriteCommand(command, dataOut);
             ActiveMQMapMessage info = (ActiveMQMapMessage) command;
 
         }

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQMessageMarshaller.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQMessageMarshaller.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQMessageMarshaller.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQMessageMarshaller.cs Fri Jan  6 09:56:09 2006
@@ -25,13 +25,13 @@
         }
 
         public override void BuildCommand(Command command, BinaryReader dataIn) {
-            super.buildCommand(command, dataIn);
+            base.BuildCommand(command, dataIn);
             ActiveMQMessage info = (ActiveMQMessage) command;
 
         }
 
         public override void WriteCommand(Command command, BinaryWriter dataOut) {
-            super.writeCommand(command, dataOut);
+            base.WriteCommand(command, dataOut);
             ActiveMQMessage info = (ActiveMQMessage) command;
 
         }

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQObjectMessageMarshaller.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQObjectMessageMarshaller.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQObjectMessageMarshaller.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQObjectMessageMarshaller.cs Fri Jan  6 09:56:09 2006
@@ -25,13 +25,13 @@
         }
 
         public override void BuildCommand(Command command, BinaryReader dataIn) {
-            super.buildCommand(command, dataIn);
+            base.BuildCommand(command, dataIn);
             ActiveMQObjectMessage info = (ActiveMQObjectMessage) command;
 
         }
 
         public override void WriteCommand(Command command, BinaryWriter dataOut) {
-            super.writeCommand(command, dataOut);
+            base.WriteCommand(command, dataOut);
             ActiveMQObjectMessage info = (ActiveMQObjectMessage) command;
 
         }

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQQueueMarshaller.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQQueueMarshaller.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQQueueMarshaller.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQQueueMarshaller.cs Fri Jan  6 09:56:09 2006
@@ -25,13 +25,13 @@
         }
 
         public override void BuildCommand(Command command, BinaryReader dataIn) {
-            super.buildCommand(command, dataIn);
+            base.BuildCommand(command, dataIn);
             ActiveMQQueue info = (ActiveMQQueue) command;
 
         }
 
         public override void WriteCommand(Command command, BinaryWriter dataOut) {
-            super.writeCommand(command, dataOut);
+            base.WriteCommand(command, dataOut);
             ActiveMQQueue info = (ActiveMQQueue) command;
 
         }

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQStreamMessageMarshaller.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQStreamMessageMarshaller.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQStreamMessageMarshaller.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQStreamMessageMarshaller.cs Fri Jan  6 09:56:09 2006
@@ -25,13 +25,13 @@
         }
 
         public override void BuildCommand(Command command, BinaryReader dataIn) {
-            super.buildCommand(command, dataIn);
+            base.BuildCommand(command, dataIn);
             ActiveMQStreamMessage info = (ActiveMQStreamMessage) command;
 
         }
 
         public override void WriteCommand(Command command, BinaryWriter dataOut) {
-            super.writeCommand(command, dataOut);
+            base.WriteCommand(command, dataOut);
             ActiveMQStreamMessage info = (ActiveMQStreamMessage) command;
 
         }

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQTempDestinationMarshaller.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQTempDestinationMarshaller.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQTempDestinationMarshaller.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQTempDestinationMarshaller.cs Fri Jan  6 09:56:09 2006
@@ -25,13 +25,13 @@
         }
 
         public override void BuildCommand(Command command, BinaryReader dataIn) {
-            super.buildCommand(command, dataIn);
+            base.BuildCommand(command, dataIn);
             ActiveMQTempDestination info = (ActiveMQTempDestination) command;
 
         }
 
         public override void WriteCommand(Command command, BinaryWriter dataOut) {
-            super.writeCommand(command, dataOut);
+            base.WriteCommand(command, dataOut);
             ActiveMQTempDestination info = (ActiveMQTempDestination) command;
 
         }

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQTempQueueMarshaller.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQTempQueueMarshaller.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQTempQueueMarshaller.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQTempQueueMarshaller.cs Fri Jan  6 09:56:09 2006
@@ -25,13 +25,13 @@
         }
 
         public override void BuildCommand(Command command, BinaryReader dataIn) {
-            super.buildCommand(command, dataIn);
+            base.BuildCommand(command, dataIn);
             ActiveMQTempQueue info = (ActiveMQTempQueue) command;
 
         }
 
         public override void WriteCommand(Command command, BinaryWriter dataOut) {
-            super.writeCommand(command, dataOut);
+            base.WriteCommand(command, dataOut);
             ActiveMQTempQueue info = (ActiveMQTempQueue) command;
 
         }

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQTempTopicMarshaller.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQTempTopicMarshaller.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQTempTopicMarshaller.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQTempTopicMarshaller.cs Fri Jan  6 09:56:09 2006
@@ -25,13 +25,13 @@
         }
 
         public override void BuildCommand(Command command, BinaryReader dataIn) {
-            super.buildCommand(command, dataIn);
+            base.BuildCommand(command, dataIn);
             ActiveMQTempTopic info = (ActiveMQTempTopic) command;
 
         }
 
         public override void WriteCommand(Command command, BinaryWriter dataOut) {
-            super.writeCommand(command, dataOut);
+            base.WriteCommand(command, dataOut);
             ActiveMQTempTopic info = (ActiveMQTempTopic) command;
 
         }

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQTextMessageMarshaller.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQTextMessageMarshaller.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQTextMessageMarshaller.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQTextMessageMarshaller.cs Fri Jan  6 09:56:09 2006
@@ -25,13 +25,13 @@
         }
 
         public override void BuildCommand(Command command, BinaryReader dataIn) {
-            super.buildCommand(command, dataIn);
+            base.BuildCommand(command, dataIn);
             ActiveMQTextMessage info = (ActiveMQTextMessage) command;
 
         }
 
         public override void WriteCommand(Command command, BinaryWriter dataOut) {
-            super.writeCommand(command, dataOut);
+            base.WriteCommand(command, dataOut);
             ActiveMQTextMessage info = (ActiveMQTextMessage) command;
 
         }

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQTopicMarshaller.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQTopicMarshaller.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQTopicMarshaller.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ActiveMQTopicMarshaller.cs Fri Jan  6 09:56:09 2006
@@ -25,13 +25,13 @@
         }
 
         public override void BuildCommand(Command command, BinaryReader dataIn) {
-            super.buildCommand(command, dataIn);
+            base.BuildCommand(command, dataIn);
             ActiveMQTopic info = (ActiveMQTopic) command;
 
         }
 
         public override void WriteCommand(Command command, BinaryWriter dataOut) {
-            super.writeCommand(command, dataOut);
+            base.WriteCommand(command, dataOut);
             ActiveMQTopic info = (ActiveMQTopic) command;
 
         }

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/BaseCommandMarshaller.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/BaseCommandMarshaller.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/BaseCommandMarshaller.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/BaseCommandMarshaller.cs Fri Jan  6 09:56:09 2006
@@ -25,7 +25,7 @@
         }
 
         public override void BuildCommand(Command command, BinaryReader dataIn) {
-            super.buildCommand(command, dataIn);
+            base.BuildCommand(command, dataIn);
             BaseCommand info = (BaseCommand) command;
             info.setCommandId(dataIn.readShort());
             info.setResponseRequired(dataIn.readBoolean());
@@ -33,7 +33,7 @@
         }
 
         public override void WriteCommand(Command command, BinaryWriter dataOut) {
-            super.writeCommand(command, dataOut);
+            base.WriteCommand(command, dataOut);
             BaseCommand info = (BaseCommand) command;
             dataOut.writeShort(info.getCommandId());
             dataOut.writeBoolean(info.isResponseRequired());

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/BrokerIdMarshaller.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/BrokerIdMarshaller.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/BrokerIdMarshaller.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/BrokerIdMarshaller.cs Fri Jan  6 09:56:09 2006
@@ -25,14 +25,14 @@
         }
 
         public override void BuildCommand(Command command, BinaryReader dataIn) {
-            super.buildCommand(command, dataIn);
+            base.BuildCommand(command, dataIn);
             BrokerId info = (BrokerId) command;
             info.setBrokerId(dataIn.readUTF());
 
         }
 
         public override void WriteCommand(Command command, BinaryWriter dataOut) {
-            super.writeCommand(command, dataOut);
+            base.WriteCommand(command, dataOut);
             BrokerId info = (BrokerId) command;
             writeUTF(info.getBrokerId(), dataOut);
 

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/BrokerInfoMarshaller.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/BrokerInfoMarshaller.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/BrokerInfoMarshaller.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/BrokerInfoMarshaller.cs Fri Jan  6 09:56:09 2006
@@ -25,7 +25,7 @@
         }
 
         public override void BuildCommand(Command command, BinaryReader dataIn) {
-            super.buildCommand(command, dataIn);
+            base.BuildCommand(command, dataIn);
             BrokerInfo info = (BrokerInfo) command;
             info.setBrokerId((org.apache.activemq.command.BrokerId) readObject(dataIn));
             info.setBrokerURL(dataIn.readUTF());
@@ -35,7 +35,7 @@
         }
 
         public override void WriteCommand(Command command, BinaryWriter dataOut) {
-            super.writeCommand(command, dataOut);
+            base.WriteCommand(command, dataOut);
             BrokerInfo info = (BrokerInfo) command;
             writeObject(info.getBrokerId(), dataOut);
             writeUTF(info.getBrokerURL(), dataOut);

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ConnectionIdMarshaller.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ConnectionIdMarshaller.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ConnectionIdMarshaller.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ConnectionIdMarshaller.cs Fri Jan  6 09:56:09 2006
@@ -25,14 +25,14 @@
         }
 
         public override void BuildCommand(Command command, BinaryReader dataIn) {
-            super.buildCommand(command, dataIn);
+            base.BuildCommand(command, dataIn);
             ConnectionId info = (ConnectionId) command;
             info.setConnectionId(dataIn.readUTF());
 
         }
 
         public override void WriteCommand(Command command, BinaryWriter dataOut) {
-            super.writeCommand(command, dataOut);
+            base.WriteCommand(command, dataOut);
             ConnectionId info = (ConnectionId) command;
             writeUTF(info.getConnectionId(), dataOut);
 

Modified: incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ConnectionInfoMarshaller.cs
URL: http://svn.apache.org/viewcvs/incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ConnectionInfoMarshaller.cs?rev=366543&r1=366542&r2=366543&view=diff
==============================================================================
--- incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ConnectionInfoMarshaller.cs (original)
+++ incubator/activemq/trunk/openwire-dotnet/src/OpenWire.Core/IO/ConnectionInfoMarshaller.cs Fri Jan  6 09:56:09 2006
@@ -25,7 +25,7 @@
         }
 
         public override void BuildCommand(Command command, BinaryReader dataIn) {
-            super.buildCommand(command, dataIn);
+            base.BuildCommand(command, dataIn);
             ConnectionInfo info = (ConnectionInfo) command;
             info.setConnectionId((org.apache.activemq.command.ConnectionId) readObject(dataIn));
             info.setClientId(dataIn.readUTF());
@@ -36,7 +36,7 @@
         }
 
         public override void WriteCommand(Command command, BinaryWriter dataOut) {
-            super.writeCommand(command, dataOut);
+            base.WriteCommand(command, dataOut);
             ConnectionInfo info = (ConnectionInfo) command;
             writeObject(info.getConnectionId(), dataOut);
             writeUTF(info.getClientId(), dataOut);