From activemq-commits-return-3911-apmail-geronimo-activemq-commits-archive=geronimo.apache.org@geronimo.apache.org Sat Nov 11 16:30:20 2006 Return-Path: Delivered-To: apmail-geronimo-activemq-commits-archive@www.apache.org Received: (qmail 6676 invoked from network); 11 Nov 2006 16:30:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Nov 2006 16:30:12 -0000 Received: (qmail 17569 invoked by uid 500); 11 Nov 2006 16:30:22 -0000 Delivered-To: apmail-geronimo-activemq-commits-archive@geronimo.apache.org Received: (qmail 17551 invoked by uid 500); 11 Nov 2006 16:30:22 -0000 Mailing-List: contact activemq-commits-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-commits@geronimo.apache.org Received: (qmail 17542 invoked by uid 99); 11 Nov 2006 16:30:22 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 11 Nov 2006 08:30:22 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME 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; Sat, 11 Nov 2006 08:30:10 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 916E41A9846; Sat, 11 Nov 2006 08:29:41 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r473747 - /incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/marshal/v2/srcmakefile.mk Date: Sat, 11 Nov 2006 16:29:41 -0000 To: activemq-commits@geronimo.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061111162941.916E41A9846@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tabish Date: Sat Nov 11 08:29:40 2006 New Revision: 473747 URL: http://svn.apache.org/viewvc?view=rev&rev=473747 Log: Updates for planned Openwire Support Added: incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/marshal/v2/srcmakefile.mk Added: incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/marshal/v2/srcmakefile.mk URL: http://svn.apache.org/viewvc/incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/marshal/v2/srcmakefile.mk?view=auto&rev=473747 ============================================================================== --- incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/marshal/v2/srcmakefile.mk (added) +++ incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/marshal/v2/srcmakefile.mk Sat Nov 11 08:29:40 2006 @@ -0,0 +1,140 @@ +# --------------------------------------------------------------------------- +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# --------------------------------------------------------------------------- + +cc_sources += \ + activemq/connector/openwire/marshal/v2/ActiveMQBytesMessageMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/ActiveMQDestinationMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/ActiveMQMapMessageMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/ActiveMQMessageMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/ActiveMQObjectMessageMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/ActiveMQQueueMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/ActiveMQStreamMessageMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/ActiveMQTempDestinationMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/ActiveMQTempQueueMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/ActiveMQTempTopicMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/ActiveMQTextMessageMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/ActiveMQTopicMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/BaseCommandMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/BrokerIdMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/BrokerInfoMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/ConnectionControlMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/ConnectionErrorMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/ConnectionIdMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/ConnectionInfoMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/ConsumerControlMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/ConsumerIdMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/ConsumerInfoMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/ControlCommandMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/DataArrayResponseMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/DataResponseMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/DestinationInfoMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/DiscoveryEventMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/ExceptionResponseMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/FlushCommandMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/IntegerResponseMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/JournalQueueAckMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/JournalTopicAckMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/JournalTraceMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/JournalTransactionMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/KeepAliveInfoMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/LastPartialCommandMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/LocalTransactionIdMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/MarshallerFactory.cpp \ + activemq/connector/openwire/marshal/v2/MessageAckMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/MessageDispatchMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/MessageDispatchNotificationMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/MessageIdMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/MessageMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/MessagePullMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/NetworkBridgeFilterMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/PartialCommandMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/ProducerIdMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/ProducerInfoMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/RemoveInfoMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/RemoveSubscriptionInfoMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/ReplayCommandMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/ResponseMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/SessionIdMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/SessionInfoMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/ShutdownInfoMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/SubscriptionInfoMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/TransactionIdMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/TransactionInfoMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/WireFormatInfoMarshaller.cpp \ + activemq/connector/openwire/marshal/v2/XATransactionIdMarshaller.cpp + +h_sources += \ + activemq/connector/openwire/marshal/v2/ActiveMQBytesMessageMarshaller.h \ + activemq/connector/openwire/marshal/v2/ActiveMQDestinationMarshaller.h \ + activemq/connector/openwire/marshal/v2/ActiveMQMapMessageMarshaller.h \ + activemq/connector/openwire/marshal/v2/ActiveMQMessageMarshaller.h \ + activemq/connector/openwire/marshal/v2/ActiveMQObjectMessageMarshaller.h \ + activemq/connector/openwire/marshal/v2/ActiveMQQueueMarshaller.h \ + activemq/connector/openwire/marshal/v2/ActiveMQStreamMessageMarshaller.h \ + activemq/connector/openwire/marshal/v2/ActiveMQTempDestinationMarshaller.h \ + activemq/connector/openwire/marshal/v2/ActiveMQTempQueueMarshaller.h \ + activemq/connector/openwire/marshal/v2/ActiveMQTempTopicMarshaller.h \ + activemq/connector/openwire/marshal/v2/ActiveMQTextMessageMarshaller.h \ + activemq/connector/openwire/marshal/v2/ActiveMQTopicMarshaller.h \ + activemq/connector/openwire/marshal/v2/BaseCommandMarshaller.h \ + activemq/connector/openwire/marshal/v2/BrokerIdMarshaller.h \ + activemq/connector/openwire/marshal/v2/BrokerInfoMarshaller.h \ + activemq/connector/openwire/marshal/v2/ConnectionControlMarshaller.h \ + activemq/connector/openwire/marshal/v2/ConnectionErrorMarshaller.h \ + activemq/connector/openwire/marshal/v2/ConnectionIdMarshaller.h \ + activemq/connector/openwire/marshal/v2/ConnectionInfoMarshaller.h \ + activemq/connector/openwire/marshal/v2/ConsumerControlMarshaller.h \ + activemq/connector/openwire/marshal/v2/ConsumerIdMarshaller.h \ + activemq/connector/openwire/marshal/v2/ConsumerInfoMarshaller.h \ + activemq/connector/openwire/marshal/v2/ControlCommandMarshaller.h \ + activemq/connector/openwire/marshal/v2/DataArrayResponseMarshaller.h \ + activemq/connector/openwire/marshal/v2/DataResponseMarshaller.h \ + activemq/connector/openwire/marshal/v2/DestinationInfoMarshaller.h \ + activemq/connector/openwire/marshal/v2/DiscoveryEventMarshaller.h \ + activemq/connector/openwire/marshal/v2/ExceptionResponseMarshaller.h \ + activemq/connector/openwire/marshal/v2/FlushCommandMarshaller.h \ + activemq/connector/openwire/marshal/v2/IntegerResponseMarshaller.h \ + activemq/connector/openwire/marshal/v2/JournalQueueAckMarshaller.h \ + activemq/connector/openwire/marshal/v2/JournalTopicAckMarshaller.h \ + activemq/connector/openwire/marshal/v2/JournalTraceMarshaller.h \ + activemq/connector/openwire/marshal/v2/JournalTransactionMarshaller.h \ + activemq/connector/openwire/marshal/v2/KeepAliveInfoMarshaller.h \ + activemq/connector/openwire/marshal/v2/LastPartialCommandMarshaller.h \ + activemq/connector/openwire/marshal/v2/LocalTransactionIdMarshaller.h \ + activemq/connector/openwire/marshal/v2/MarshallerFactory.h \ + activemq/connector/openwire/marshal/v2/MessageAckMarshaller.h \ + activemq/connector/openwire/marshal/v2/MessageDispatchMarshaller.h \ + activemq/connector/openwire/marshal/v2/MessageDispatchNotificationMarshaller.h \ + activemq/connector/openwire/marshal/v2/MessageIdMarshaller.h \ + activemq/connector/openwire/marshal/v2/MessageMarshaller.h \ + activemq/connector/openwire/marshal/v2/MessagePullMarshaller.h \ + activemq/connector/openwire/marshal/v2/NetworkBridgeFilterMarshaller.h \ + activemq/connector/openwire/marshal/v2/PartialCommandMarshaller.h \ + activemq/connector/openwire/marshal/v2/ProducerIdMarshaller.h \ + activemq/connector/openwire/marshal/v2/ProducerInfoMarshaller.h \ + activemq/connector/openwire/marshal/v2/RemoveInfoMarshaller.h \ + activemq/connector/openwire/marshal/v2/RemoveSubscriptionInfoMarshaller.h \ + activemq/connector/openwire/marshal/v2/ReplayCommandMarshaller.h \ + activemq/connector/openwire/marshal/v2/ResponseMarshaller.h \ + activemq/connector/openwire/marshal/v2/SessionIdMarshaller.h \ + activemq/connector/openwire/marshal/v2/SessionInfoMarshaller.h \ + activemq/connector/openwire/marshal/v2/ShutdownInfoMarshaller.h \ + activemq/connector/openwire/marshal/v2/SubscriptionInfoMarshaller.h \ + activemq/connector/openwire/marshal/v2/TransactionIdMarshaller.h \ + activemq/connector/openwire/marshal/v2/TransactionInfoMarshaller.h \ + activemq/connector/openwire/marshal/v2/WireFormatInfoMarshaller.h \ + activemq/connector/openwire/marshal/v2/XATransactionIdMarshaller.h