Author: tabish
Date: Tue May 20 12:51:41 2008
New Revision: 658404
URL: http://svn.apache.org/viewvc?rev=658404&view=rev
Log:
https://issues.apache.org/activemq/browse/AMQCPP-163
Fixed the ID in the RemoveSubscriptionInfo command, this is not ideal but I
can't seem to get the generator to run on my system any longer.
Modified:
activemq/activemq-cpp/trunk/src/main/activemq/connector/openwire/commands/RemoveSubscriptionInfo.h
Modified:
activemq/activemq-cpp/trunk/src/main/activemq/connector/openwire/commands/RemoveSubscriptionInfo.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/connector/openwire/commands/RemoveSubscriptionInfo.h?rev=658404&r1=658403&r2=658404&view=diff
==============================================================================
---
activemq/activemq-cpp/trunk/src/main/activemq/connector/openwire/commands/RemoveSubscriptionInfo.h
(original)
+++
activemq/activemq-cpp/trunk/src/main/activemq/connector/openwire/commands/RemoveSubscriptionInfo.h
Tue May 20 12:51:41 2008
@@ -53,7 +53,7 @@
public:
- const static unsigned char ID_REMOVESUBSCRIPTIONINFO = 0;
+ const static unsigned char ID_REMOVESUBSCRIPTIONINFO = 9;
public: