You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2009/04/28 23:41:41 UTC

svn commit: r769555 - /activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/src/main/java/org/apache/activemq/openwire/tool/commands/CommandCodeGeneratorsFactory.java

Author: tabish
Date: Tue Apr 28 21:41:40 2009
New Revision: 769555

URL: http://svn.apache.org/viewvc?rev=769555&view=rev
Log:
Add more code to support Stomp WireFormat.

Modified:
    activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/src/main/java/org/apache/activemq/openwire/tool/commands/CommandCodeGeneratorsFactory.java

Modified: activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/src/main/java/org/apache/activemq/openwire/tool/commands/CommandCodeGeneratorsFactory.java
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/src/main/java/org/apache/activemq/openwire/tool/commands/CommandCodeGeneratorsFactory.java?rev=769555&r1=769554&r2=769555&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/src/main/java/org/apache/activemq/openwire/tool/commands/CommandCodeGeneratorsFactory.java (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp-openwire-generator/src/main/java/org/apache/activemq/openwire/tool/commands/CommandCodeGeneratorsFactory.java Tue Apr 28 21:41:40 2009
@@ -52,6 +52,8 @@
         commandsWithShortcuts.add( "TransactionInfo" );
         commandsWithShortcuts.add( "ConnectionInfo" );
         commandsWithShortcuts.add( "ConsumerInfo" );
+        commandsWithShortcuts.add( "RemoveSubscriptionInfo" );
+
     }
 
     /**