Author: tabish
Date: Sun Jan 11 12:41:23 2009
New Revision: 733516
URL: http://svn.apache.org/viewvc?rev=733516&view=rev
Log:
https://issues.apache.org/activemq/browse/AMQCPP-100
Newly generated commands used in the 3.0 version.
Modified:
activemq/activemq-cpp/trunk/src/main/activemq/commands/BrokerId.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/BrokerInfo.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/ConnectionControl.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/ConnectionError.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/ConnectionId.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/ConnectionInfo.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/ConsumerControl.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/ConsumerId.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/ConsumerInfo.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/ControlCommand.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/DataArrayResponse.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/DataResponse.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/DestinationInfo.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/DiscoveryEvent.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/ExceptionResponse.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/FlushCommand.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/IntegerResponse.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/JournalQueueAck.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/JournalTopicAck.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/JournalTrace.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/JournalTransaction.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/KeepAliveInfo.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/LastPartialCommand.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/LocalTransactionId.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/Message.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/MessageAck.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/MessageDispatch.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/MessageDispatchNotification.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/MessageId.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/MessagePull.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/NetworkBridgeFilter.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/PartialCommand.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/ProducerAck.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/ProducerId.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/ProducerInfo.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/RemoveInfo.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/RemoveSubscriptionInfo.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/ReplayCommand.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/Response.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/SessionId.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/SessionInfo.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/ShutdownInfo.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/SubscriptionInfo.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/TransactionId.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/TransactionInfo.h
activemq/activemq-cpp/trunk/src/main/activemq/commands/XATransactionId.h
Modified: activemq/activemq-cpp/trunk/src/main/activemq/commands/BrokerId.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/BrokerId.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/commands/BrokerId.h (original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/commands/BrokerId.h Sun Jan
11 12:41:23 2009
@@ -41,8 +41,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API BrokerId : public BaseDataStructure
- {
+ class AMQCPP_API BrokerId : public BaseDataStructure {
protected:
std::string value;
@@ -101,4 +100,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_BROKERID_H_*/
-
Modified: activemq/activemq-cpp/trunk/src/main/activemq/commands/BrokerInfo.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/BrokerInfo.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/commands/BrokerInfo.h
(original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/commands/BrokerInfo.h Sun Jan
11 12:41:23 2009
@@ -43,8 +43,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API BrokerInfo : public BaseCommand<transport::Command>
- {
+ class AMQCPP_API BrokerInfo : public BaseCommand<transport::Command> {
protected:
BrokerId* brokerId;
@@ -152,4 +151,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_BROKERINFO_H_*/
-
Modified:
activemq/activemq-cpp/trunk/src/main/activemq/commands/ConnectionControl.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/ConnectionControl.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/commands/ConnectionControl.h
(original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/commands/ConnectionControl.h
Sun Jan 11 12:41:23 2009
@@ -41,8 +41,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API ConnectionControl : public BaseCommand<transport::Command>
- {
+ class AMQCPP_API ConnectionControl : public
BaseCommand<transport::Command> {
protected:
bool close;
@@ -116,4 +115,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_CONNECTIONCONTROL_H_*/
-
Modified:
activemq/activemq-cpp/trunk/src/main/activemq/commands/ConnectionError.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/ConnectionError.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/commands/ConnectionError.h
(original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/commands/ConnectionError.h
Sun Jan 11 12:41:23 2009
@@ -43,8 +43,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API ConnectionError : public BaseCommand<transport::Command>
- {
+ class AMQCPP_API ConnectionError : public BaseCommand<transport::Command> {
protected:
BrokerError* exception;
@@ -108,4 +107,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_CONNECTIONERROR_H_*/
-
Modified: activemq/activemq-cpp/trunk/src/main/activemq/commands/ConnectionId.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/ConnectionId.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/commands/ConnectionId.h
(original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/commands/ConnectionId.h Sun
Jan 11 12:41:23 2009
@@ -41,8 +41,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API ConnectionId : public BaseDataStructure
- {
+ class AMQCPP_API ConnectionId : public BaseDataStructure {
protected:
std::string value;
@@ -101,4 +100,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_CONNECTIONID_H_*/
-
Modified:
activemq/activemq-cpp/trunk/src/main/activemq/commands/ConnectionInfo.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/ConnectionInfo.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/commands/ConnectionInfo.h
(original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/commands/ConnectionInfo.h Sun
Jan 11 12:41:23 2009
@@ -43,8 +43,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API ConnectionInfo : public BaseCommand<transport::Command>
- {
+ class AMQCPP_API ConnectionInfo : public BaseCommand<transport::Command> {
protected:
ConnectionId* connectionId;
@@ -135,4 +134,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_CONNECTIONINFO_H_*/
-
Modified:
activemq/activemq-cpp/trunk/src/main/activemq/commands/ConsumerControl.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/ConsumerControl.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/commands/ConsumerControl.h
(original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/commands/ConsumerControl.h
Sun Jan 11 12:41:23 2009
@@ -42,8 +42,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API ConsumerControl : public BaseCommand<transport::Command>
- {
+ class AMQCPP_API ConsumerControl : public BaseCommand<transport::Command> {
protected:
bool close;
@@ -122,4 +121,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_CONSUMERCONTROL_H_*/
-
Modified: activemq/activemq-cpp/trunk/src/main/activemq/commands/ConsumerId.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/ConsumerId.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/commands/ConsumerId.h
(original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/commands/ConsumerId.h Sun Jan
11 12:41:23 2009
@@ -41,8 +41,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API ConsumerId : public BaseDataStructure
- {
+ class AMQCPP_API ConsumerId : public BaseDataStructure {
protected:
std::string connectionId;
@@ -109,4 +108,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_CONSUMERID_H_*/
-
Modified: activemq/activemq-cpp/trunk/src/main/activemq/commands/ConsumerInfo.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/ConsumerInfo.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/commands/ConsumerInfo.h
(original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/commands/ConsumerInfo.h Sun
Jan 11 12:41:23 2009
@@ -45,8 +45,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API ConsumerInfo : public BaseCommand<transport::Command>
- {
+ class AMQCPP_API ConsumerInfo : public BaseCommand<transport::Command> {
protected:
ConsumerId* consumerId;
@@ -174,4 +173,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_CONSUMERINFO_H_*/
-
Modified:
activemq/activemq-cpp/trunk/src/main/activemq/commands/ControlCommand.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/ControlCommand.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/commands/ControlCommand.h
(original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/commands/ControlCommand.h Sun
Jan 11 12:41:23 2009
@@ -41,8 +41,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API ControlCommand : public BaseCommand<transport::Command>
- {
+ class AMQCPP_API ControlCommand : public BaseCommand<transport::Command> {
protected:
std::string command;
@@ -101,4 +100,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_CONTROLCOMMAND_H_*/
-
Modified:
activemq/activemq-cpp/trunk/src/main/activemq/commands/DataArrayResponse.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/DataArrayResponse.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/commands/DataArrayResponse.h
(original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/commands/DataArrayResponse.h
Sun Jan 11 12:41:23 2009
@@ -42,8 +42,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API DataArrayResponse : public Response
- {
+ class AMQCPP_API DataArrayResponse : public Response {
protected:
std::vector<DataStructure*> data;
@@ -102,4 +101,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_DATAARRAYRESPONSE_H_*/
-
Modified: activemq/activemq-cpp/trunk/src/main/activemq/commands/DataResponse.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/DataResponse.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/commands/DataResponse.h
(original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/commands/DataResponse.h Sun
Jan 11 12:41:23 2009
@@ -42,8 +42,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API DataResponse : public Response
- {
+ class AMQCPP_API DataResponse : public Response {
protected:
DataStructure* data;
@@ -102,4 +101,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_DATARESPONSE_H_*/
-
Modified:
activemq/activemq-cpp/trunk/src/main/activemq/commands/DestinationInfo.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/DestinationInfo.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/commands/DestinationInfo.h
(original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/commands/DestinationInfo.h
Sun Jan 11 12:41:23 2009
@@ -44,8 +44,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API DestinationInfo : public BaseCommand<transport::Command>
- {
+ class AMQCPP_API DestinationInfo : public BaseCommand<transport::Command> {
protected:
ConnectionId* connectionId;
@@ -122,4 +121,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_DESTINATIONINFO_H_*/
-
Modified:
activemq/activemq-cpp/trunk/src/main/activemq/commands/DiscoveryEvent.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/DiscoveryEvent.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/commands/DiscoveryEvent.h
(original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/commands/DiscoveryEvent.h Sun
Jan 11 12:41:23 2009
@@ -41,8 +41,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API DiscoveryEvent : public BaseDataStructure
- {
+ class AMQCPP_API DiscoveryEvent : public BaseDataStructure {
protected:
std::string serviceName;
@@ -106,4 +105,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_DISCOVERYEVENT_H_*/
-
Modified:
activemq/activemq-cpp/trunk/src/main/activemq/commands/ExceptionResponse.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/ExceptionResponse.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/commands/ExceptionResponse.h
(original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/commands/ExceptionResponse.h
Sun Jan 11 12:41:23 2009
@@ -42,8 +42,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API ExceptionResponse : public Response
- {
+ class AMQCPP_API ExceptionResponse : public Response {
protected:
BrokerError* exception;
@@ -102,4 +101,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_EXCEPTIONRESPONSE_H_*/
-
Modified: activemq/activemq-cpp/trunk/src/main/activemq/commands/FlushCommand.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/FlushCommand.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/commands/FlushCommand.h
(original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/commands/FlushCommand.h Sun
Jan 11 12:41:23 2009
@@ -41,8 +41,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API FlushCommand : public BaseCommand<transport::Command>
- {
+ class AMQCPP_API FlushCommand : public BaseCommand<transport::Command> {
protected:
@@ -96,4 +95,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_FLUSHCOMMAND_H_*/
-
Modified:
activemq/activemq-cpp/trunk/src/main/activemq/commands/IntegerResponse.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/IntegerResponse.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/commands/IntegerResponse.h
(original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/commands/IntegerResponse.h
Sun Jan 11 12:41:23 2009
@@ -41,8 +41,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API IntegerResponse : public Response
- {
+ class AMQCPP_API IntegerResponse : public Response {
protected:
int result;
@@ -100,4 +99,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_INTEGERRESPONSE_H_*/
-
Modified:
activemq/activemq-cpp/trunk/src/main/activemq/commands/JournalQueueAck.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/JournalQueueAck.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/commands/JournalQueueAck.h
(original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/commands/JournalQueueAck.h
Sun Jan 11 12:41:23 2009
@@ -43,8 +43,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API JournalQueueAck : public BaseDataStructure
- {
+ class AMQCPP_API JournalQueueAck : public BaseDataStructure {
protected:
ActiveMQDestination* destination;
@@ -108,4 +107,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_JOURNALQUEUEACK_H_*/
-
Modified:
activemq/activemq-cpp/trunk/src/main/activemq/commands/JournalTopicAck.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/JournalTopicAck.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/commands/JournalTopicAck.h
(original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/commands/JournalTopicAck.h
Sun Jan 11 12:41:23 2009
@@ -44,8 +44,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API JournalTopicAck : public BaseDataStructure
- {
+ class AMQCPP_API JournalTopicAck : public BaseDataStructure {
protected:
ActiveMQDestination* destination;
@@ -128,4 +127,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_JOURNALTOPICACK_H_*/
-
Modified: activemq/activemq-cpp/trunk/src/main/activemq/commands/JournalTrace.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/JournalTrace.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/commands/JournalTrace.h
(original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/commands/JournalTrace.h Sun
Jan 11 12:41:23 2009
@@ -41,8 +41,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API JournalTrace : public BaseDataStructure
- {
+ class AMQCPP_API JournalTrace : public BaseDataStructure {
protected:
std::string message;
@@ -101,4 +100,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_JOURNALTRACE_H_*/
-
Modified:
activemq/activemq-cpp/trunk/src/main/activemq/commands/JournalTransaction.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/JournalTransaction.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/commands/JournalTransaction.h
(original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/commands/JournalTransaction.h
Sun Jan 11 12:41:23 2009
@@ -42,8 +42,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API JournalTransaction : public BaseDataStructure
- {
+ class AMQCPP_API JournalTransaction : public BaseDataStructure {
protected:
TransactionId* transactionId;
@@ -110,4 +109,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_JOURNALTRANSACTION_H_*/
-
Modified: activemq/activemq-cpp/trunk/src/main/activemq/commands/KeepAliveInfo.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/KeepAliveInfo.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/commands/KeepAliveInfo.h
(original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/commands/KeepAliveInfo.h Sun
Jan 11 12:41:23 2009
@@ -41,8 +41,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API KeepAliveInfo : public BaseCommand<transport::Command>
- {
+ class AMQCPP_API KeepAliveInfo : public BaseCommand<transport::Command> {
protected:
@@ -96,4 +95,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_KEEPALIVEINFO_H_*/
-
Modified:
activemq/activemq-cpp/trunk/src/main/activemq/commands/LastPartialCommand.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/LastPartialCommand.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/commands/LastPartialCommand.h
(original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/commands/LastPartialCommand.h
Sun Jan 11 12:41:23 2009
@@ -41,8 +41,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API LastPartialCommand : public PartialCommand
- {
+ class AMQCPP_API LastPartialCommand : public PartialCommand {
protected:
@@ -96,4 +95,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_LASTPARTIALCOMMAND_H_*/
-
Modified:
activemq/activemq-cpp/trunk/src/main/activemq/commands/LocalTransactionId.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/LocalTransactionId.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/commands/LocalTransactionId.h
(original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/commands/LocalTransactionId.h
Sun Jan 11 12:41:23 2009
@@ -42,8 +42,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API LocalTransactionId : public TransactionId
- {
+ class AMQCPP_API LocalTransactionId : public TransactionId {
protected:
long long value;
@@ -106,4 +105,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_LOCALTRANSACTIONID_H_*/
-
Modified: activemq/activemq-cpp/trunk/src/main/activemq/commands/Message.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/Message.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/commands/Message.h (original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/commands/Message.h Sun Jan 11
12:41:23 2009
@@ -52,8 +52,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API Message : public BaseCommand<transport::Command>
- {
+ class AMQCPP_API Message : public BaseCommand<transport::Command> {
protected:
static const unsigned int DEFAULT_MESSAGE_SIZE = 1024;
@@ -248,4 +247,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_MESSAGE_H_*/
-
Modified: activemq/activemq-cpp/trunk/src/main/activemq/commands/MessageAck.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/MessageAck.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/commands/MessageAck.h
(original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/commands/MessageAck.h Sun Jan
11 12:41:23 2009
@@ -46,8 +46,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API MessageAck : public BaseCommand<transport::Command>
- {
+ class AMQCPP_API MessageAck : public BaseCommand<transport::Command> {
protected:
ActiveMQDestination* destination;
@@ -134,4 +133,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_MESSAGEACK_H_*/
-
Modified:
activemq/activemq-cpp/trunk/src/main/activemq/commands/MessageDispatch.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/MessageDispatch.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/commands/MessageDispatch.h
(original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/commands/MessageDispatch.h
Sun Jan 11 12:41:23 2009
@@ -44,8 +44,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API MessageDispatch : public BaseCommand<transport::Command>
- {
+ class AMQCPP_API MessageDispatch : public BaseCommand<transport::Command> {
protected:
ConsumerId* consumerId;
@@ -118,4 +117,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_MESSAGEDISPATCH_H_*/
-
Modified:
activemq/activemq-cpp/trunk/src/main/activemq/commands/MessageDispatchNotification.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/MessageDispatchNotification.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
---
activemq/activemq-cpp/trunk/src/main/activemq/commands/MessageDispatchNotification.h
(original)
+++
activemq/activemq-cpp/trunk/src/main/activemq/commands/MessageDispatchNotification.h
Sun Jan 11 12:41:23 2009
@@ -44,8 +44,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API MessageDispatchNotification : public
BaseCommand<transport::Command>
- {
+ class AMQCPP_API MessageDispatchNotification : public
BaseCommand<transport::Command> {
protected:
ConsumerId* consumerId;
@@ -118,4 +117,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_MESSAGEDISPATCHNOTIFICATION_H_*/
-
Modified: activemq/activemq-cpp/trunk/src/main/activemq/commands/MessageId.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/MessageId.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/commands/MessageId.h
(original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/commands/MessageId.h Sun Jan
11 12:41:23 2009
@@ -42,8 +42,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API MessageId : public BaseDataStructure
- {
+ class AMQCPP_API MessageId : public BaseDataStructure {
protected:
ProducerId* producerId;
@@ -110,4 +109,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_MESSAGEID_H_*/
-
Modified: activemq/activemq-cpp/trunk/src/main/activemq/commands/MessagePull.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/MessagePull.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/commands/MessagePull.h
(original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/commands/MessagePull.h Sun
Jan 11 12:41:23 2009
@@ -44,8 +44,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API MessagePull : public BaseCommand<transport::Command>
- {
+ class AMQCPP_API MessagePull : public BaseCommand<transport::Command> {
protected:
ConsumerId* consumerId;
@@ -123,4 +122,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_MESSAGEPULL_H_*/
-
Modified:
activemq/activemq-cpp/trunk/src/main/activemq/commands/NetworkBridgeFilter.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/NetworkBridgeFilter.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
---
activemq/activemq-cpp/trunk/src/main/activemq/commands/NetworkBridgeFilter.h
(original)
+++
activemq/activemq-cpp/trunk/src/main/activemq/commands/NetworkBridgeFilter.h
Sun Jan 11 12:41:23 2009
@@ -42,8 +42,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API NetworkBridgeFilter : public BaseDataStructure
- {
+ class AMQCPP_API NetworkBridgeFilter : public BaseDataStructure {
protected:
int networkTTL;
@@ -106,4 +105,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_NETWORKBRIDGEFILTER_H_*/
-
Modified:
activemq/activemq-cpp/trunk/src/main/activemq/commands/PartialCommand.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/PartialCommand.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/commands/PartialCommand.h
(original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/commands/PartialCommand.h Sun
Jan 11 12:41:23 2009
@@ -41,8 +41,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API PartialCommand : public BaseDataStructure
- {
+ class AMQCPP_API PartialCommand : public BaseDataStructure {
protected:
int commandId;
@@ -105,4 +104,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_PARTIALCOMMAND_H_*/
-
Modified: activemq/activemq-cpp/trunk/src/main/activemq/commands/ProducerAck.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/ProducerAck.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/commands/ProducerAck.h
(original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/commands/ProducerAck.h Sun
Jan 11 12:41:23 2009
@@ -42,8 +42,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API ProducerAck : public BaseCommand<transport::Command>
- {
+ class AMQCPP_API ProducerAck : public BaseCommand<transport::Command> {
protected:
ProducerId* producerId;
@@ -106,4 +105,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_PRODUCERACK_H_*/
-
Modified: activemq/activemq-cpp/trunk/src/main/activemq/commands/ProducerId.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/ProducerId.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/commands/ProducerId.h
(original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/commands/ProducerId.h Sun Jan
11 12:41:23 2009
@@ -41,8 +41,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API ProducerId : public BaseDataStructure
- {
+ class AMQCPP_API ProducerId : public BaseDataStructure {
protected:
std::string connectionId;
@@ -109,4 +108,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_PRODUCERID_H_*/
-
Modified: activemq/activemq-cpp/trunk/src/main/activemq/commands/ProducerInfo.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/ProducerInfo.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/commands/ProducerInfo.h
(original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/commands/ProducerInfo.h Sun
Jan 11 12:41:23 2009
@@ -44,8 +44,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API ProducerInfo : public BaseCommand<transport::Command>
- {
+ class AMQCPP_API ProducerInfo : public BaseCommand<transport::Command> {
protected:
ProducerId* producerId;
@@ -122,4 +121,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_PRODUCERINFO_H_*/
-
Modified: activemq/activemq-cpp/trunk/src/main/activemq/commands/RemoveInfo.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/RemoveInfo.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/commands/RemoveInfo.h
(original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/commands/RemoveInfo.h Sun Jan
11 12:41:23 2009
@@ -42,8 +42,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API RemoveInfo : public BaseCommand<transport::Command>
- {
+ class AMQCPP_API RemoveInfo : public BaseCommand<transport::Command> {
protected:
DataStructure* objectId;
@@ -102,4 +101,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_REMOVEINFO_H_*/
-
Modified:
activemq/activemq-cpp/trunk/src/main/activemq/commands/RemoveSubscriptionInfo.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/RemoveSubscriptionInfo.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
---
activemq/activemq-cpp/trunk/src/main/activemq/commands/RemoveSubscriptionInfo.h
(original)
+++
activemq/activemq-cpp/trunk/src/main/activemq/commands/RemoveSubscriptionInfo.h
Sun Jan 11 12:41:23 2009
@@ -42,8 +42,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API RemoveSubscriptionInfo : public
BaseCommand<transport::Command>
- {
+ class AMQCPP_API RemoveSubscriptionInfo : public
BaseCommand<transport::Command> {
protected:
ConnectionId* connectionId;
@@ -112,4 +111,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_REMOVESUBSCRIPTIONINFO_H_*/
-
Modified: activemq/activemq-cpp/trunk/src/main/activemq/commands/ReplayCommand.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/ReplayCommand.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/commands/ReplayCommand.h
(original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/commands/ReplayCommand.h Sun
Jan 11 12:41:23 2009
@@ -41,8 +41,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API ReplayCommand : public BaseCommand<transport::Command>
- {
+ class AMQCPP_API ReplayCommand : public BaseCommand<transport::Command> {
protected:
int firstNakNumber;
@@ -104,4 +103,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_REPLAYCOMMAND_H_*/
-
Modified: activemq/activemq-cpp/trunk/src/main/activemq/commands/Response.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/Response.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/commands/Response.h (original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/commands/Response.h Sun Jan
11 12:41:23 2009
@@ -41,8 +41,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API Response : public BaseCommand<transport::Response>
- {
+ class AMQCPP_API Response : public BaseCommand<transport::Response> {
protected:
int correlationId;
@@ -100,4 +99,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_RESPONSE_H_*/
-
Modified: activemq/activemq-cpp/trunk/src/main/activemq/commands/SessionId.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/SessionId.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/commands/SessionId.h
(original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/commands/SessionId.h Sun Jan
11 12:41:23 2009
@@ -41,8 +41,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API SessionId : public BaseDataStructure
- {
+ class AMQCPP_API SessionId : public BaseDataStructure {
protected:
std::string connectionId;
@@ -105,4 +104,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_SESSIONID_H_*/
-
Modified: activemq/activemq-cpp/trunk/src/main/activemq/commands/SessionInfo.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/SessionInfo.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/commands/SessionInfo.h
(original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/commands/SessionInfo.h Sun
Jan 11 12:41:23 2009
@@ -42,8 +42,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API SessionInfo : public BaseCommand<transport::Command>
- {
+ class AMQCPP_API SessionInfo : public BaseCommand<transport::Command> {
protected:
SessionId* sessionId;
@@ -102,4 +101,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_SESSIONINFO_H_*/
-
Modified: activemq/activemq-cpp/trunk/src/main/activemq/commands/ShutdownInfo.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/ShutdownInfo.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/commands/ShutdownInfo.h
(original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/commands/ShutdownInfo.h Sun
Jan 11 12:41:23 2009
@@ -41,8 +41,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API ShutdownInfo : public BaseCommand<transport::Command>
- {
+ class AMQCPP_API ShutdownInfo : public BaseCommand<transport::Command> {
protected:
@@ -96,4 +95,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_SHUTDOWNINFO_H_*/
-
Modified:
activemq/activemq-cpp/trunk/src/main/activemq/commands/SubscriptionInfo.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/SubscriptionInfo.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/commands/SubscriptionInfo.h
(original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/commands/SubscriptionInfo.h
Sun Jan 11 12:41:23 2009
@@ -43,8 +43,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API SubscriptionInfo : public BaseDataStructure
- {
+ class AMQCPP_API SubscriptionInfo : public BaseDataStructure {
protected:
std::string clientId;
@@ -123,4 +122,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_SUBSCRIPTIONINFO_H_*/
-
Modified: activemq/activemq-cpp/trunk/src/main/activemq/commands/TransactionId.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/TransactionId.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/commands/TransactionId.h
(original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/commands/TransactionId.h Sun
Jan 11 12:41:23 2009
@@ -41,8 +41,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API TransactionId : public BaseDataStructure
- {
+ class AMQCPP_API TransactionId : public BaseDataStructure {
protected:
@@ -96,4 +95,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_TRANSACTIONID_H_*/
-
Modified:
activemq/activemq-cpp/trunk/src/main/activemq/commands/TransactionInfo.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/TransactionInfo.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/commands/TransactionInfo.h
(original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/commands/TransactionInfo.h
Sun Jan 11 12:41:23 2009
@@ -43,8 +43,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API TransactionInfo : public BaseCommand<transport::Command>
- {
+ class AMQCPP_API TransactionInfo : public BaseCommand<transport::Command> {
protected:
ConnectionId* connectionId;
@@ -112,4 +111,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_TRANSACTIONINFO_H_*/
-
Modified:
activemq/activemq-cpp/trunk/src/main/activemq/commands/XATransactionId.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/commands/XATransactionId.h?rev=733516&r1=733515&r2=733516&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/commands/XATransactionId.h
(original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/commands/XATransactionId.h
Sun Jan 11 12:41:23 2009
@@ -41,8 +41,7 @@
* in the activemq-openwire-generator module
*
*/
- class AMQCPP_API XATransactionId : public TransactionId
- {
+ class AMQCPP_API XATransactionId : public TransactionId {
protected:
int formatId;
@@ -110,4 +109,3 @@
}}
#endif /*_ACTIVEMQ_COMMANDS_XATRANSACTIONID_H_*/
-