Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 11802 invoked from network); 29 Oct 2007 19:06:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Oct 2007 19:06:50 -0000 Received: (qmail 23016 invoked by uid 500); 29 Oct 2007 19:06:38 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 22962 invoked by uid 500); 29 Oct 2007 19:06:37 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 22950 invoked by uid 99); 29 Oct 2007 19:06:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Oct 2007 12:06:37 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Oct 2007 19:06:47 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 0615F1A9832; Mon, 29 Oct 2007 12:06:27 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r589805 [1/4] - in /activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src: main/csharp/ActiveMQ/ main/csharp/ActiveMQ/Commands/ main/csharp/ActiveMQ/OpenWire/ main/csharp/ActiveMQ/OpenWire/V1/ main/csharp/ActiveMQ/OpenWire/V2/ main/csharp/... Date: Mon, 29 Oct 2007 19:04:50 -0000 To: commits@activemq.apache.org From: chirino@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071029190627.0615F1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: chirino Date: Mon Oct 29 12:04:06 2007 New Revision: 589805 URL: http://svn.apache.org/viewvc?rev=589805&view=rev Log: namespace now matches module name Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/BrokerException.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQBytesMessage.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQDestination.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQMapMessage.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQMessage.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQObjectMessage.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQQueue.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQStreamMessage.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQTempDestination.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQTempQueue.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQTempTopic.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQTextMessage.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQTopic.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/BaseCommand.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/BaseDataStructure.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/BooleanExpression.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/BrokerError.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/BrokerId.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/BrokerInfo.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/Command.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ConnectionControl.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ConnectionError.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ConnectionId.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ConnectionInfo.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ConsumerControl.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ConsumerId.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ConsumerInfo.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ControlCommand.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/DataArrayResponse.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/DataResponse.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/DataStructure.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/DataStructureSupport.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/DestinationInfo.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/DiscoveryEvent.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ExceptionResponse.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/FlushCommand.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/IntegerResponse.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/JournalQueueAck.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/JournalTopicAck.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/JournalTrace.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/JournalTransaction.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/KeepAliveInfo.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/LastPartialCommand.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/LocalTransactionId.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/MarshallAware.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/Message.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/MessageAck.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/MessageDispatch.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/MessageDispatchNotification.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/MessageId.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/MessagePull.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/MessageReference.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/NetworkBridgeFilter.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/PartialCommand.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ProducerId.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ProducerInfo.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/RemoveInfo.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/RemoveSubscriptionInfo.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ReplayCommand.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/Response.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/SessionId.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/SessionInfo.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ShutdownInfo.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/SubscriptionInfo.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/TransactionId.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/TransactionInfo.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/WireFormatInfo.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/XATransactionId.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/Xid.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Connection.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/ConnectionClosedException.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/ConnectionFactory.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/ConsumerClosedException.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/DestinationFilter.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Dispatcher.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/DispatchingThread.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/ISynchronization.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/MessageConsumer.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/MessageProducer.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/BaseDataStreamMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/BooleanStream.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/EndianSupport.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/IMarshallerFactory.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/MessagePropertyHelper.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/OpenWireBinaryReader.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/OpenWireBinaryWriter.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/OpenWireFormat.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/PrimitiveMap.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQBytesMessageMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQDestinationMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQMapMessageMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQMessageMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQObjectMessageMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQQueueMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQStreamMessageMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQTempDestinationMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQTempQueueMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQTempTopicMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQTextMessageMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/ActiveMQTopicMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/BaseCommandMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/BrokerIdMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/BrokerInfoMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/ConnectionControlMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/ConnectionErrorMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/ConnectionIdMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/ConnectionInfoMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/ConsumerControlMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/ConsumerIdMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/ConsumerInfoMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/ControlCommandMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/DataArrayResponseMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/DataResponseMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/DataStructureSupportMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/DestinationInfoMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/DiscoveryEventMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/ExceptionResponseMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/FlushCommandMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/IntegerResponseMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/JournalQueueAckMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/JournalTopicAckMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/JournalTraceMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/JournalTransactionMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/KeepAliveInfoMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/LastPartialCommandMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/LocalTransactionIdMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/MarshallerFactory.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/MessageAckMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/MessageDispatchMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/MessageDispatchNotificationMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/MessageIdMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/MessageMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/NetworkBridgeFilterMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/PartialCommandMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/ProducerIdMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/ProducerInfoMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/RemoveInfoMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/RemoveSubscriptionInfoMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/ReplayCommandMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/ResponseMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/SessionIdMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/SessionInfoMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/ShutdownInfoMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/SubscriptionInfoMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/TransactionIdMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/TransactionInfoMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/WireFormatInfoMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V1/XATransactionIdMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQBytesMessageMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQDestinationMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQMapMessageMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQMessageMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQObjectMessageMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQQueueMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQStreamMessageMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQTempDestinationMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQTempQueueMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQTempTopicMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQTextMessageMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ActiveMQTopicMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/BaseCommandMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/BrokerIdMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/BrokerInfoMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ConnectionControlMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ConnectionErrorMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ConnectionIdMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ConnectionInfoMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ConsumerControlMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ConsumerIdMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ConsumerInfoMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ControlCommandMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/DataArrayResponseMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/DataResponseMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/DestinationInfoMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/DiscoveryEventMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ExceptionResponseMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/FlushCommandMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/IntegerResponseMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/JournalQueueAckMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/JournalTopicAckMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/JournalTraceMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/JournalTransactionMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/KeepAliveInfoMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/LastPartialCommandMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/LocalTransactionIdMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/MarshallerFactory.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/MessageAckMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/MessageDispatchMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/MessageDispatchNotificationMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/MessageIdMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/MessageMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/MessagePullMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/NetworkBridgeFilterMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/PartialCommandMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ProducerIdMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ProducerInfoMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/RemoveInfoMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/RemoveSubscriptionInfoMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ReplayCommandMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ResponseMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/SessionIdMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/SessionInfoMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/ShutdownInfoMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/SubscriptionInfoMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/TransactionIdMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/TransactionInfoMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/WireFormatInfoMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/OpenWire/V2/XATransactionIdMarshaller.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Session.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/TransactionContext.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/FutureResponse.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/ITransport.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/ITransportFactory.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/IWireFormat.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/LoggingTransport.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/MutexTransport.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/ResponseCorrelator.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/Stomp/StompFrameStream.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/Stomp/StompHelper.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/Stomp/StompWireFormat.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/Tcp/TcpTransport.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/Tcp/TcpTransportFactory.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/TransportFilter.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Transport/WireFormatNegotiator.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Util/AtomicBoolean.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Util/CountDownLatch.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Util/DateUtils.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Util/URISupport.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/test/csharp/ActiveMQ/BadConsumeTest.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/test/csharp/ActiveMQ/BytesMessageTest.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/test/csharp/ActiveMQ/Commands/CommandTest.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/test/csharp/ActiveMQ/ConsumerTest.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/test/csharp/ActiveMQ/DurableTest.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/test/csharp/ActiveMQ/MapMessageTest.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/test/csharp/ActiveMQ/NMSPropertyTest.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/test/csharp/ActiveMQ/OpenWire/BooleanStreamTest.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/test/csharp/ActiveMQ/OpenWire/EndianTest.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/test/csharp/ActiveMQ/OpenWire/PrimitiveMapTest.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/test/csharp/ActiveMQ/TemporaryQueueTest.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/test/csharp/ActiveMQ/TestMain.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/test/csharp/ActiveMQ/TextMessage.cs activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/test/csharp/ActiveMQ/TransactionTest.cs Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/BrokerException.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/BrokerException.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/BrokerException.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/BrokerException.cs Mon Oct 29 12:04:06 2007 @@ -14,11 +14,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.Commands; using System.Text; using Apache.NMS; -namespace Apache.ActiveMQ +namespace Apache.NMS.ActiveMQ { /// Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQBytesMessage.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQBytesMessage.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQBytesMessage.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQBytesMessage.cs Mon Oct 29 12:04:06 2007 @@ -17,7 +17,7 @@ using Apache.NMS; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { public class ActiveMQBytesMessage : ActiveMQMessage, IBytesMessage { Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQDestination.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQDestination.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQDestination.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQDestination.cs Mon Oct 29 12:04:06 2007 @@ -18,7 +18,7 @@ using System; using System.Collections.Specialized; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQMapMessage.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQMapMessage.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQMapMessage.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQMapMessage.cs Mon Oct 29 12:04:06 2007 @@ -14,12 +14,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -using Apache.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.OpenWire; using Apache.NMS; using System; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { public class ActiveMQMapMessage : ActiveMQMessage, IMapMessage { Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQMessage.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQMessage.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQMessage.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQMessage.cs Mon Oct 29 12:04:06 2007 @@ -14,17 +14,17 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Util; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Util; using Apache.NMS; using System; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { public delegate void AcknowledgeHandler(ActiveMQMessage message); } -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { public class ActiveMQMessage : Message, IMessage, MarshallAware { Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQObjectMessage.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQObjectMessage.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQObjectMessage.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQObjectMessage.cs Mon Oct 29 12:04:06 2007 @@ -24,11 +24,11 @@ using System.Runtime.Serialization.Formatters.Binary; #endif -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Commands; using Apache.NMS; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { // // Marshalling code for Open Wire Format for ActiveMQObjectMessage Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQQueue.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQQueue.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQQueue.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQQueue.cs Mon Oct 29 12:04:06 2007 @@ -17,7 +17,7 @@ using Apache.NMS; using System; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQStreamMessage.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQStreamMessage.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQStreamMessage.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQStreamMessage.cs Mon Oct 29 12:04:06 2007 @@ -14,10 +14,10 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { public class ActiveMQStreamMessage : ActiveMQMessage { Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQTempDestination.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQTempDestination.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQTempDestination.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQTempDestination.cs Mon Oct 29 12:04:06 2007 @@ -15,7 +15,7 @@ * limitations under the License. */ -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.Commands; using System; using Apache.NMS; @@ -28,7 +28,7 @@ // if you need to make a change, please see the Groovy scripts in the // activemq-core module // -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { public abstract class ActiveMQTempDestination : ActiveMQDestination { Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQTempQueue.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQTempQueue.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQTempQueue.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQTempQueue.cs Mon Oct 29 12:04:06 2007 @@ -17,7 +17,7 @@ using Apache.NMS; using System; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQTempTopic.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQTempTopic.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQTempTopic.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQTempTopic.cs Mon Oct 29 12:04:06 2007 @@ -17,7 +17,7 @@ using Apache.NMS; using System; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQTextMessage.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQTextMessage.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQTextMessage.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQTextMessage.cs Mon Oct 29 12:04:06 2007 @@ -18,7 +18,7 @@ using System; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { public class ActiveMQTextMessage : ActiveMQMessage, ITextMessage { Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQTopic.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQTopic.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQTopic.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ActiveMQTopic.cs Mon Oct 29 12:04:06 2007 @@ -17,7 +17,7 @@ using Apache.NMS; using System; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/BaseCommand.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/BaseCommand.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/BaseCommand.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/BaseCommand.cs Mon Oct 29 12:04:06 2007 @@ -24,12 +24,12 @@ // activemq-openwire module // -using Apache.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.OpenWire; using System; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { public abstract class BaseCommand : BaseDataStructure, Command { Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/BaseDataStructure.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/BaseDataStructure.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/BaseDataStructure.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/BaseDataStructure.cs Mon Oct 29 12:04:06 2007 @@ -14,11 +14,11 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.Commands; using System; -using Apache.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.OpenWire; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/BooleanExpression.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/BooleanExpression.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/BooleanExpression.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/BooleanExpression.cs Mon Oct 29 12:04:06 2007 @@ -14,7 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { public interface BooleanExpression { Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/BrokerError.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/BrokerError.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/BrokerError.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/BrokerError.cs Mon Oct 29 12:04:06 2007 @@ -14,12 +14,12 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.Commands; using System; using System.IO; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { public struct StackTraceElement { Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/BrokerId.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/BrokerId.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/BrokerId.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/BrokerId.cs Mon Oct 29 12:04:06 2007 @@ -23,10 +23,10 @@ using System; using System.Collections; -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// /// The ActiveMQ BrokerId Command Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/BrokerInfo.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/BrokerInfo.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/BrokerInfo.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/BrokerInfo.cs Mon Oct 29 12:04:06 2007 @@ -23,10 +23,10 @@ using System; using System.Collections; -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// /// The ActiveMQ BrokerInfo Command Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/Command.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/Command.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/Command.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/Command.cs Mon Oct 29 12:04:06 2007 @@ -14,9 +14,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ConnectionControl.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ConnectionControl.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ConnectionControl.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ConnectionControl.cs Mon Oct 29 12:04:06 2007 @@ -23,10 +23,10 @@ using System; using System.Collections; -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// /// The ActiveMQ ConnectionControl Command Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ConnectionError.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ConnectionError.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ConnectionError.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ConnectionError.cs Mon Oct 29 12:04:06 2007 @@ -23,10 +23,10 @@ using System; using System.Collections; -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// /// The ActiveMQ ConnectionError Command Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ConnectionId.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ConnectionId.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ConnectionId.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ConnectionId.cs Mon Oct 29 12:04:06 2007 @@ -23,10 +23,10 @@ using System; using System.Collections; -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// /// The ActiveMQ ConnectionId Command Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ConnectionInfo.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ConnectionInfo.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ConnectionInfo.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ConnectionInfo.cs Mon Oct 29 12:04:06 2007 @@ -23,10 +23,10 @@ using System; using System.Collections; -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// /// The ActiveMQ ConnectionInfo Command Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ConsumerControl.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ConsumerControl.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ConsumerControl.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ConsumerControl.cs Mon Oct 29 12:04:06 2007 @@ -23,10 +23,10 @@ using System; using System.Collections; -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// /// The ActiveMQ ConsumerControl Command Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ConsumerId.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ConsumerId.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ConsumerId.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ConsumerId.cs Mon Oct 29 12:04:06 2007 @@ -23,10 +23,10 @@ using System; using System.Collections; -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// /// The ActiveMQ ConsumerId Command Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ConsumerInfo.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ConsumerInfo.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ConsumerInfo.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ConsumerInfo.cs Mon Oct 29 12:04:06 2007 @@ -24,10 +24,10 @@ using System.Collections; using Apache.NMS; -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// /// The ActiveMQ ConsumerInfo Command Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ControlCommand.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ControlCommand.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ControlCommand.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ControlCommand.cs Mon Oct 29 12:04:06 2007 @@ -23,10 +23,10 @@ using System; using System.Collections; -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// /// The ActiveMQ ControlCommand Command Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/DataArrayResponse.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/DataArrayResponse.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/DataArrayResponse.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/DataArrayResponse.cs Mon Oct 29 12:04:06 2007 @@ -23,10 +23,10 @@ using System; using System.Collections; -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// /// The ActiveMQ DataArrayResponse Command Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/DataResponse.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/DataResponse.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/DataResponse.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/DataResponse.cs Mon Oct 29 12:04:06 2007 @@ -23,10 +23,10 @@ using System; using System.Collections; -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// /// The ActiveMQ DataResponse Command Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/DataStructure.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/DataStructure.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/DataStructure.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/DataStructure.cs Mon Oct 29 12:04:06 2007 @@ -14,7 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/DataStructureSupport.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/DataStructureSupport.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/DataStructureSupport.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/DataStructureSupport.cs Mon Oct 29 12:04:06 2007 @@ -14,9 +14,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/DestinationInfo.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/DestinationInfo.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/DestinationInfo.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/DestinationInfo.cs Mon Oct 29 12:04:06 2007 @@ -23,10 +23,10 @@ using System; using System.Collections; -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// /// The ActiveMQ DestinationInfo Command Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/DiscoveryEvent.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/DiscoveryEvent.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/DiscoveryEvent.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/DiscoveryEvent.cs Mon Oct 29 12:04:06 2007 @@ -23,10 +23,10 @@ using System; using System.Collections; -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// /// The ActiveMQ DiscoveryEvent Command Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ExceptionResponse.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ExceptionResponse.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ExceptionResponse.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ExceptionResponse.cs Mon Oct 29 12:04:06 2007 @@ -23,10 +23,10 @@ using System; using System.Collections; -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// /// The ActiveMQ ExceptionResponse Command Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/FlushCommand.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/FlushCommand.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/FlushCommand.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/FlushCommand.cs Mon Oct 29 12:04:06 2007 @@ -23,10 +23,10 @@ using System; using System.Collections; -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// /// The ActiveMQ FlushCommand Command Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/IntegerResponse.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/IntegerResponse.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/IntegerResponse.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/IntegerResponse.cs Mon Oct 29 12:04:06 2007 @@ -23,10 +23,10 @@ using System; using System.Collections; -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// /// The ActiveMQ IntegerResponse Command Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/JournalQueueAck.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/JournalQueueAck.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/JournalQueueAck.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/JournalQueueAck.cs Mon Oct 29 12:04:06 2007 @@ -23,10 +23,10 @@ using System; using System.Collections; -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// /// The ActiveMQ JournalQueueAck Command Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/JournalTopicAck.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/JournalTopicAck.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/JournalTopicAck.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/JournalTopicAck.cs Mon Oct 29 12:04:06 2007 @@ -23,10 +23,10 @@ using System; using System.Collections; -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// /// The ActiveMQ JournalTopicAck Command Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/JournalTrace.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/JournalTrace.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/JournalTrace.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/JournalTrace.cs Mon Oct 29 12:04:06 2007 @@ -23,10 +23,10 @@ using System; using System.Collections; -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// /// The ActiveMQ JournalTrace Command Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/JournalTransaction.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/JournalTransaction.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/JournalTransaction.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/JournalTransaction.cs Mon Oct 29 12:04:06 2007 @@ -23,10 +23,10 @@ using System; using System.Collections; -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// /// The ActiveMQ JournalTransaction Command Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/KeepAliveInfo.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/KeepAliveInfo.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/KeepAliveInfo.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/KeepAliveInfo.cs Mon Oct 29 12:04:06 2007 @@ -23,10 +23,10 @@ using System; using System.Collections; -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// /// The ActiveMQ KeepAliveInfo Command Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/LastPartialCommand.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/LastPartialCommand.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/LastPartialCommand.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/LastPartialCommand.cs Mon Oct 29 12:04:06 2007 @@ -23,10 +23,10 @@ using System; using System.Collections; -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// /// The ActiveMQ LastPartialCommand Command Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/LocalTransactionId.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/LocalTransactionId.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/LocalTransactionId.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/LocalTransactionId.cs Mon Oct 29 12:04:06 2007 @@ -23,10 +23,10 @@ using System; using System.Collections; -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// /// The ActiveMQ LocalTransactionId Command Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/MarshallAware.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/MarshallAware.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/MarshallAware.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/MarshallAware.cs Mon Oct 29 12:04:06 2007 @@ -14,9 +14,9 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -using Apache.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.OpenWire; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/Message.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/Message.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/Message.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/Message.cs Mon Oct 29 12:04:06 2007 @@ -23,10 +23,10 @@ using System; using System.Collections; -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// /// The ActiveMQ Message Command Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/MessageAck.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/MessageAck.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/MessageAck.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/MessageAck.cs Mon Oct 29 12:04:06 2007 @@ -23,10 +23,10 @@ using System; using System.Collections; -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// /// The ActiveMQ MessageAck Command Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/MessageDispatch.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/MessageDispatch.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/MessageDispatch.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/MessageDispatch.cs Mon Oct 29 12:04:06 2007 @@ -23,10 +23,10 @@ using System; using System.Collections; -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// /// The ActiveMQ MessageDispatch Command Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/MessageDispatchNotification.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/MessageDispatchNotification.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/MessageDispatchNotification.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/MessageDispatchNotification.cs Mon Oct 29 12:04:06 2007 @@ -23,10 +23,10 @@ using System; using System.Collections; -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// /// The ActiveMQ MessageDispatchNotification Command Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/MessageId.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/MessageId.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/MessageId.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/MessageId.cs Mon Oct 29 12:04:06 2007 @@ -23,10 +23,10 @@ using System; using System.Collections; -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// /// The ActiveMQ MessageId Command Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/MessagePull.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/MessagePull.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/MessagePull.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/MessagePull.cs Mon Oct 29 12:04:06 2007 @@ -23,10 +23,10 @@ using System; using System.Collections; -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// /// The ActiveMQ MessagePull Command Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/MessageReference.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/MessageReference.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/MessageReference.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/MessageReference.cs Mon Oct 29 12:04:06 2007 @@ -14,7 +14,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { public interface MessageReference { Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/NetworkBridgeFilter.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/NetworkBridgeFilter.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/NetworkBridgeFilter.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/NetworkBridgeFilter.cs Mon Oct 29 12:04:06 2007 @@ -23,10 +23,10 @@ using System; using System.Collections; -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// /// The ActiveMQ NetworkBridgeFilter Command Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/PartialCommand.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/PartialCommand.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/PartialCommand.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/PartialCommand.cs Mon Oct 29 12:04:06 2007 @@ -23,10 +23,10 @@ using System; using System.Collections; -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// /// The ActiveMQ PartialCommand Command Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ProducerId.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ProducerId.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ProducerId.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ProducerId.cs Mon Oct 29 12:04:06 2007 @@ -23,10 +23,10 @@ using System; using System.Collections; -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// /// The ActiveMQ ProducerId Command Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ProducerInfo.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ProducerInfo.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ProducerInfo.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ProducerInfo.cs Mon Oct 29 12:04:06 2007 @@ -23,10 +23,10 @@ using System; using System.Collections; -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// /// The ActiveMQ ProducerInfo Command Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/RemoveInfo.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/RemoveInfo.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/RemoveInfo.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/RemoveInfo.cs Mon Oct 29 12:04:06 2007 @@ -23,10 +23,10 @@ using System; using System.Collections; -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// /// The ActiveMQ RemoveInfo Command Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/RemoveSubscriptionInfo.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/RemoveSubscriptionInfo.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/RemoveSubscriptionInfo.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/RemoveSubscriptionInfo.cs Mon Oct 29 12:04:06 2007 @@ -23,10 +23,10 @@ using System; using System.Collections; -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// /// The ActiveMQ RemoveSubscriptionInfo Command Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ReplayCommand.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ReplayCommand.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ReplayCommand.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ReplayCommand.cs Mon Oct 29 12:04:06 2007 @@ -23,10 +23,10 @@ using System; using System.Collections; -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// /// The ActiveMQ ReplayCommand Command Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/Response.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/Response.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/Response.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/Response.cs Mon Oct 29 12:04:06 2007 @@ -23,10 +23,10 @@ using System; using System.Collections; -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// /// The ActiveMQ Response Command Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/SessionId.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/SessionId.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/SessionId.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/SessionId.cs Mon Oct 29 12:04:06 2007 @@ -23,10 +23,10 @@ using System; using System.Collections; -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// /// The ActiveMQ SessionId Command Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/SessionInfo.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/SessionInfo.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/SessionInfo.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/SessionInfo.cs Mon Oct 29 12:04:06 2007 @@ -23,10 +23,10 @@ using System; using System.Collections; -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// /// The ActiveMQ SessionInfo Command Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ShutdownInfo.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ShutdownInfo.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ShutdownInfo.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/ShutdownInfo.cs Mon Oct 29 12:04:06 2007 @@ -23,10 +23,10 @@ using System; using System.Collections; -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// /// The ActiveMQ ShutdownInfo Command Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/SubscriptionInfo.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/SubscriptionInfo.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/SubscriptionInfo.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/SubscriptionInfo.cs Mon Oct 29 12:04:06 2007 @@ -23,10 +23,10 @@ using System; using System.Collections; -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// /// The ActiveMQ SubscriptionInfo Command Modified: activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/TransactionId.cs URL: http://svn.apache.org/viewvc/activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/TransactionId.cs?rev=589805&r1=589804&r2=589805&view=diff ============================================================================== --- activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/TransactionId.cs (original) +++ activemq/activemq-dotnet/Apache.NMS.ActiveMQ/trunk/src/main/csharp/ActiveMQ/Commands/TransactionId.cs Mon Oct 29 12:04:06 2007 @@ -23,10 +23,10 @@ using System; using System.Collections; -using Apache.ActiveMQ.OpenWire; -using Apache.ActiveMQ.Commands; +using Apache.NMS.ActiveMQ.OpenWire; +using Apache.NMS.ActiveMQ.Commands; -namespace Apache.ActiveMQ.Commands +namespace Apache.NMS.ActiveMQ.Commands { /// /// The ActiveMQ TransactionId Command