/[Apache-SVN]
ViewVC logotype

Revision 397654


Jump to revision: Previous Next
Author: nmittler
Date: Thu Apr 27 21:59:28 2006 UTC (18 years, 7 months ago)
Changed paths: 333 (showing only 100; show all)
Log Message:
Applying patch for Jira issue AMQ-656 (adding latest code for openwire-cpp client)

Changed paths

Path Details
Directoryincubator/activemq/trunk/openwire-cpp/.cdtproject added
Directoryincubator/activemq/trunk/openwire-cpp/activemq-cpp.sln added
Directoryincubator/activemq/trunk/openwire-cpp/activemq-cpp.vcproj added
Directoryincubator/activemq/trunk/openwire-cpp/activemq-test.vcproj added
Directoryincubator/activemq/trunk/openwire-cpp/makefile added
Directoryincubator/activemq/trunk/openwire-cpp/makefile-linux-debug.cfg added
Directoryincubator/activemq/trunk/openwire-cpp/makefile-linux-release.cfg added
Directoryincubator/activemq/trunk/openwire-cpp/makefile-macosx-debug.cfg added
Directoryincubator/activemq/trunk/openwire-cpp/makefile-macosx-release.cfg added
Directoryincubator/activemq/trunk/openwire-cpp/makefile.cfg added
Directoryincubator/activemq/trunk/openwire-cpp/src/BrokerError.cpp deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/BrokerError.hpp deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/BrokerException.cpp deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/BrokerException.hpp deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/Connection.cpp deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/Connection.hpp deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/ConnectionClosedException.cpp deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/ConnectionClosedException.hpp deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/ConnectionFactory.cpp deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/ConnectionFactory.hpp deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/ConsumerClosedException.cpp deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/ConsumerClosedException.hpp deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/DestinationFilter.cpp deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/DestinationFilter.hpp deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/FutureResponse.cpp deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/FutureResponse.hpp deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/IBytesMessage.hpp deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/IConnection.hpp deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/IConnectionFactory.hpp deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/IDestination.hpp deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/IMessage.hpp deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/IMessageConsumer.hpp deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/IMessageProducer.hpp deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/IQueue.hpp deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/ISession.hpp deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/ITemporaryQueue.hpp deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/ITemporaryTopic.hpp deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/ITextMessage.hpp deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/ITopic.hpp deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/IllegalArgumentException.hpp deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/MessageConsumer.cpp deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/MessageConsumer.hpp deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/MessageEOFException.hpp deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/MessageFormatException.hpp deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/MessageNotReadableException.hpp deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/MessageNotWritableException.hpp deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/MessageProducer.cpp deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/MessageProducer.hpp deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/OpenWireException.cpp deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/OpenWireException.hpp deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/Session.cpp deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/Session.hpp deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/TraceException.cpp deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/TraceException.hpp deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/command/ deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/gram/ added
Directoryincubator/activemq/trunk/openwire-cpp/src/gram/java/ added
Directoryincubator/activemq/trunk/openwire-cpp/src/gram/java/org/ added
Directoryincubator/activemq/trunk/openwire-cpp/src/gram/java/org/apache/ added
Directoryincubator/activemq/trunk/openwire-cpp/src/gram/java/org/apache/activemq/ added
Directoryincubator/activemq/trunk/openwire-cpp/src/gram/java/org/apache/activemq/openwire/ added
Directoryincubator/activemq/trunk/openwire-cpp/src/gram/java/org/apache/activemq/openwire/tool/ added
Directoryincubator/activemq/trunk/openwire-cpp/src/gram/script/ added
Directoryincubator/activemq/trunk/openwire-cpp/src/io/ deleted
Directoryincubator/activemq/trunk/openwire-cpp/src/main/ added
Directoryincubator/activemq/trunk/openwire-cpp/src/main/cpp/ added
Directoryincubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/ added
Directoryincubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/AcknowledgementMode.hpp added
Directoryincubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/BrokerException.cpp added
Directoryincubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/BrokerException.hpp added
Directoryincubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/Connection.cpp added
Directoryincubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/Connection.hpp added
Directoryincubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/ConnectionClosedException.cpp added
Directoryincubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/ConnectionClosedException.hpp added
Directoryincubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/ConnectionException.hpp added
Directoryincubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/ConnectionFactory.cpp added
Directoryincubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/ConnectionFactory.hpp added
Directoryincubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/ConsumerClosedException.cpp added
Directoryincubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/ConsumerClosedException.hpp added
Directoryincubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/DestinationFilter.cpp added
Directoryincubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/DestinationFilter.hpp added
Directoryincubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/Dispatcher.cpp added
Directoryincubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/Dispatcher.hpp added
Directoryincubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/IAcknowledger.hpp added
Directoryincubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/ICommand.hpp added
Directoryincubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/IDataStructure.hpp added
Directoryincubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/ISynchronization.hpp added
Directoryincubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/MessageAckType.hpp added
Directoryincubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/MessageConsumer.cpp added
Directoryincubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/MessageConsumer.hpp added
Directoryincubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/MessageConsumerSynchronization.cpp added
Directoryincubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/MessageConsumerSynchronization.hpp added
Directoryincubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/MessageProducer.cpp added
Directoryincubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/MessageProducer.hpp added
Directoryincubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/Session.cpp added
Directoryincubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/Session.hpp added
Directoryincubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/TransactionContext.cpp added
Directoryincubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/TransactionContext.hpp added
Directoryincubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/TransactionType.hpp added
Directoryincubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/ added
[...]

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26