Author: tabish
Date: Mon Jul 26 14:11:53 2010
New Revision: 979296

URL: http://svn.apache.org/viewvc?rev=979296&view=rev
Log:
Ensure the ConnectionControl Command get an isConnectionControl method.

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=979296&r1=979295&r2=979296&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
 Mon Jul 26 14:11:53 2010
@@ -50,6 +50,7 @@ public class CommandCodeGeneratorsFactor
         commandsWithShortcuts.add( "MessageDispatchNotification" );
         commandsWithShortcuts.add( "ShutdownInfo" );
         commandsWithShortcuts.add( "TransactionInfo" );
+        commandsWithShortcuts.add( "ConnectionControl" );
         commandsWithShortcuts.add( "ConnectionInfo" );
         commandsWithShortcuts.add( "ConsumerInfo" );
         commandsWithShortcuts.add( "RemoveSubscriptionInfo" );


Reply via email to