/
[Apache-SVN]
Revision 397654
Jump to revision:
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
incubator/activemq/trunk/openwire-cpp/.cdtproject
added
incubator/activemq/trunk/openwire-cpp/activemq-cpp.sln
added
incubator/activemq/trunk/openwire-cpp/activemq-cpp.vcproj
added
incubator/activemq/trunk/openwire-cpp/activemq-test.vcproj
added
incubator/activemq/trunk/openwire-cpp/makefile
added
incubator/activemq/trunk/openwire-cpp/makefile-linux-debug.cfg
added
incubator/activemq/trunk/openwire-cpp/makefile-linux-release.cfg
added
incubator/activemq/trunk/openwire-cpp/makefile-macosx-debug.cfg
added
incubator/activemq/trunk/openwire-cpp/makefile-macosx-release.cfg
added
incubator/activemq/trunk/openwire-cpp/makefile.cfg
added
incubator/activemq/trunk/openwire-cpp/src/BrokerError.cpp
deleted
incubator/activemq/trunk/openwire-cpp/src/BrokerError.hpp
deleted
incubator/activemq/trunk/openwire-cpp/src/BrokerException.cpp
deleted
incubator/activemq/trunk/openwire-cpp/src/BrokerException.hpp
deleted
incubator/activemq/trunk/openwire-cpp/src/Connection.cpp
deleted
incubator/activemq/trunk/openwire-cpp/src/Connection.hpp
deleted
incubator/activemq/trunk/openwire-cpp/src/ConnectionClosedException.cpp
deleted
incubator/activemq/trunk/openwire-cpp/src/ConnectionClosedException.hpp
deleted
incubator/activemq/trunk/openwire-cpp/src/ConnectionFactory.cpp
deleted
incubator/activemq/trunk/openwire-cpp/src/ConnectionFactory.hpp
deleted
incubator/activemq/trunk/openwire-cpp/src/ConsumerClosedException.cpp
deleted
incubator/activemq/trunk/openwire-cpp/src/ConsumerClosedException.hpp
deleted
incubator/activemq/trunk/openwire-cpp/src/DestinationFilter.cpp
deleted
incubator/activemq/trunk/openwire-cpp/src/DestinationFilter.hpp
deleted
incubator/activemq/trunk/openwire-cpp/src/FutureResponse.cpp
deleted
incubator/activemq/trunk/openwire-cpp/src/FutureResponse.hpp
deleted
incubator/activemq/trunk/openwire-cpp/src/IBytesMessage.hpp
deleted
incubator/activemq/trunk/openwire-cpp/src/IConnection.hpp
deleted
incubator/activemq/trunk/openwire-cpp/src/IConnectionFactory.hpp
deleted
incubator/activemq/trunk/openwire-cpp/src/IDestination.hpp
deleted
incubator/activemq/trunk/openwire-cpp/src/IMessage.hpp
deleted
incubator/activemq/trunk/openwire-cpp/src/IMessageConsumer.hpp
deleted
incubator/activemq/trunk/openwire-cpp/src/IMessageProducer.hpp
deleted
incubator/activemq/trunk/openwire-cpp/src/IQueue.hpp
deleted
incubator/activemq/trunk/openwire-cpp/src/ISession.hpp
deleted
incubator/activemq/trunk/openwire-cpp/src/ITemporaryQueue.hpp
deleted
incubator/activemq/trunk/openwire-cpp/src/ITemporaryTopic.hpp
deleted
incubator/activemq/trunk/openwire-cpp/src/ITextMessage.hpp
deleted
incubator/activemq/trunk/openwire-cpp/src/ITopic.hpp
deleted
incubator/activemq/trunk/openwire-cpp/src/IllegalArgumentException.hpp
deleted
incubator/activemq/trunk/openwire-cpp/src/MessageConsumer.cpp
deleted
incubator/activemq/trunk/openwire-cpp/src/MessageConsumer.hpp
deleted
incubator/activemq/trunk/openwire-cpp/src/MessageEOFException.hpp
deleted
incubator/activemq/trunk/openwire-cpp/src/MessageFormatException.hpp
deleted
incubator/activemq/trunk/openwire-cpp/src/MessageNotReadableException.hpp
deleted
incubator/activemq/trunk/openwire-cpp/src/MessageNotWritableException.hpp
deleted
incubator/activemq/trunk/openwire-cpp/src/MessageProducer.cpp
deleted
incubator/activemq/trunk/openwire-cpp/src/MessageProducer.hpp
deleted
incubator/activemq/trunk/openwire-cpp/src/OpenWireException.cpp
deleted
incubator/activemq/trunk/openwire-cpp/src/OpenWireException.hpp
deleted
incubator/activemq/trunk/openwire-cpp/src/Session.cpp
deleted
incubator/activemq/trunk/openwire-cpp/src/Session.hpp
deleted
incubator/activemq/trunk/openwire-cpp/src/TraceException.cpp
deleted
incubator/activemq/trunk/openwire-cpp/src/TraceException.hpp
deleted
incubator/activemq/trunk/openwire-cpp/src/command/
deleted
incubator/activemq/trunk/openwire-cpp/src/gram/
added
incubator/activemq/trunk/openwire-cpp/src/gram/java/
added
incubator/activemq/trunk/openwire-cpp/src/gram/java/org/
added
incubator/activemq/trunk/openwire-cpp/src/gram/java/org/apache/
added
incubator/activemq/trunk/openwire-cpp/src/gram/java/org/apache/activemq/
added
incubator/activemq/trunk/openwire-cpp/src/gram/java/org/apache/activemq/openwire/
added
incubator/activemq/trunk/openwire-cpp/src/gram/java/org/apache/activemq/openwire/tool/
added
incubator/activemq/trunk/openwire-cpp/src/gram/script/
added
incubator/activemq/trunk/openwire-cpp/src/io/
deleted
incubator/activemq/trunk/openwire-cpp/src/main/
added
incubator/activemq/trunk/openwire-cpp/src/main/cpp/
added
incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/
added
incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/AcknowledgementMode.hpp
added
incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/BrokerException.cpp
added
incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/BrokerException.hpp
added
incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/Connection.cpp
added
incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/Connection.hpp
added
incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/ConnectionClosedException.cpp
added
incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/ConnectionClosedException.hpp
added
incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/ConnectionException.hpp
added
incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/ConnectionFactory.cpp
added
incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/ConnectionFactory.hpp
added
incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/ConsumerClosedException.cpp
added
incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/ConsumerClosedException.hpp
added
incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/DestinationFilter.cpp
added
incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/DestinationFilter.hpp
added
incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/Dispatcher.cpp
added
incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/Dispatcher.hpp
added
incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/IAcknowledger.hpp
added
incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/ICommand.hpp
added
incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/IDataStructure.hpp
added
incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/ISynchronization.hpp
added
incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/MessageAckType.hpp
added
incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/MessageConsumer.cpp
added
incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/MessageConsumer.hpp
added
incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/MessageConsumerSynchronization.cpp
added
incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/MessageConsumerSynchronization.hpp
added
incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/MessageProducer.cpp
added
incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/MessageProducer.hpp
added
incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/Session.cpp
added
incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/Session.hpp
added
incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/TransactionContext.cpp
added
incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/TransactionContext.hpp
added
incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/TransactionType.hpp
added
incubator/activemq/trunk/openwire-cpp/src/main/cpp/activemq/command/
added
[
...
]
infrastructure at apache.org
ViewVC Help
Powered by
ViewVC 1.1.26