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/06 02:08:26 UTC

svn commit: r762190 - in /activemq/activemq-cpp/trunk/activemq-cpp: ./ src/main/activemq/commands/

Author: tabish
Date: Mon Apr  6 00:08:25 2009
New Revision: 762190

URL: http://svn.apache.org/viewvc?rev=762190&view=rev
Log:
Update Pom and regenerate the Commands to fix a compiler warning on Mac.

Modified:
    activemq/activemq-cpp/trunk/activemq-cpp/pom.xml
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/BrokerInfo.h
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ConnectionControl.h
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ConnectionError.h
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ConnectionInfo.h
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ConsumerControl.h
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ConsumerInfo.h
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ControlCommand.h
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/DataArrayResponse.h
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/DataResponse.h
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/DestinationInfo.h
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/DiscoveryEvent.h
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ExceptionResponse.h
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/FlushCommand.h
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/IntegerResponse.h
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/JournalQueueAck.h
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/JournalTopicAck.h
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/JournalTrace.h
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/JournalTransaction.h
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/KeepAliveInfo.h
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/LastPartialCommand.h
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/Message.h
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/MessageAck.h
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/MessageDispatch.h
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/MessageDispatchNotification.h
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/MessagePull.h
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/NetworkBridgeFilter.h
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/PartialCommand.h
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ProducerAck.h
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ProducerInfo.h
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/RemoveInfo.h
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/RemoveSubscriptionInfo.h
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ReplayCommand.h
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/Response.h
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/SessionInfo.h
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ShutdownInfo.h
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/SubscriptionInfo.h
    activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/TransactionInfo.h

Modified: activemq/activemq-cpp/trunk/activemq-cpp/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/pom.xml?rev=762190&r1=762189&r2=762190&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/pom.xml (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/pom.xml Mon Apr  6 00:08:25 2009
@@ -60,7 +60,7 @@
           <dependency>
             <groupId>org.apache.activemq</groupId>
             <artifactId>activemq-cpp-openwire-generator</artifactId>
-            <version>2.0</version>
+            <version>${activemq-cpp-openwire-generator-version}</version>
           </dependency>
         </dependencies>
       </plugin>

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/BrokerInfo.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/BrokerInfo.h?rev=762190&r1=762189&r2=762190&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/BrokerInfo.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/BrokerInfo.h Mon Apr  6 00:08:25 2009
@@ -67,8 +67,8 @@
 
     protected:
 
-        BrokerInfo( const BrokerInfo& other AMQCPP_UNUSED ) {};
-        BrokerInfo& operator= ( const BrokerInfo& other AMQCPP_UNUSED ) { return *this; };
+        BrokerInfo( const BrokerInfo& ) : BaseCommand() {};
+        BrokerInfo& operator= ( const BrokerInfo& ) { return *this; };
 
     public:
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ConnectionControl.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ConnectionControl.h?rev=762190&r1=762189&r2=762190&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ConnectionControl.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ConnectionControl.h Mon Apr  6 00:08:25 2009
@@ -58,8 +58,8 @@
 
     protected:
 
-        ConnectionControl( const ConnectionControl& other AMQCPP_UNUSED ) {};
-        ConnectionControl& operator= ( const ConnectionControl& other AMQCPP_UNUSED ) { return *this; };
+        ConnectionControl( const ConnectionControl& ) : BaseCommand() {};
+        ConnectionControl& operator= ( const ConnectionControl& ) { return *this; };
 
     public:
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ConnectionError.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ConnectionError.h?rev=762190&r1=762189&r2=762190&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ConnectionError.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ConnectionError.h Mon Apr  6 00:08:25 2009
@@ -57,8 +57,8 @@
 
     protected:
 
-        ConnectionError( const ConnectionError& other AMQCPP_UNUSED ) {};
-        ConnectionError& operator= ( const ConnectionError& other AMQCPP_UNUSED ) { return *this; };
+        ConnectionError( const ConnectionError& ) : BaseCommand() {};
+        ConnectionError& operator= ( const ConnectionError& ) { return *this; };
 
     public:
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ConnectionInfo.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ConnectionInfo.h?rev=762190&r1=762189&r2=762190&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ConnectionInfo.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ConnectionInfo.h Mon Apr  6 00:08:25 2009
@@ -63,8 +63,8 @@
 
     protected:
 
-        ConnectionInfo( const ConnectionInfo& other AMQCPP_UNUSED ) {};
-        ConnectionInfo& operator= ( const ConnectionInfo& other AMQCPP_UNUSED ) { return *this; };
+        ConnectionInfo( const ConnectionInfo& ) : BaseCommand() {};
+        ConnectionInfo& operator= ( const ConnectionInfo& ) { return *this; };
 
     public:
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ConsumerControl.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ConsumerControl.h?rev=762190&r1=762189&r2=762190&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ConsumerControl.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ConsumerControl.h Mon Apr  6 00:08:25 2009
@@ -60,8 +60,8 @@
 
     protected:
 
-        ConsumerControl( const ConsumerControl& other AMQCPP_UNUSED ) {};
-        ConsumerControl& operator= ( const ConsumerControl& other AMQCPP_UNUSED ) { return *this; };
+        ConsumerControl( const ConsumerControl& ) : BaseCommand() {};
+        ConsumerControl& operator= ( const ConsumerControl& ) { return *this; };
 
     public:
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ConsumerInfo.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ConsumerInfo.h?rev=762190&r1=762189&r2=762190&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ConsumerInfo.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ConsumerInfo.h Mon Apr  6 00:08:25 2009
@@ -74,8 +74,8 @@
 
     protected:
 
-        ConsumerInfo( const ConsumerInfo& other AMQCPP_UNUSED ) {};
-        ConsumerInfo& operator= ( const ConsumerInfo& other AMQCPP_UNUSED ) { return *this; };
+        ConsumerInfo( const ConsumerInfo& ) : BaseCommand() {};
+        ConsumerInfo& operator= ( const ConsumerInfo& ) { return *this; };
 
     public:
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ControlCommand.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ControlCommand.h?rev=762190&r1=762189&r2=762190&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ControlCommand.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ControlCommand.h Mon Apr  6 00:08:25 2009
@@ -54,8 +54,8 @@
 
     protected:
 
-        ControlCommand( const ControlCommand& other AMQCPP_UNUSED ) {};
-        ControlCommand& operator= ( const ControlCommand& other AMQCPP_UNUSED ) { return *this; };
+        ControlCommand( const ControlCommand& ) : BaseCommand() {};
+        ControlCommand& operator= ( const ControlCommand& ) { return *this; };
 
     public:
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/DataArrayResponse.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/DataArrayResponse.h?rev=762190&r1=762189&r2=762190&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/DataArrayResponse.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/DataArrayResponse.h Mon Apr  6 00:08:25 2009
@@ -55,8 +55,8 @@
 
     protected:
 
-        DataArrayResponse( const DataArrayResponse& other AMQCPP_UNUSED ) {};
-        DataArrayResponse& operator= ( const DataArrayResponse& other AMQCPP_UNUSED ) { return *this; };
+        DataArrayResponse( const DataArrayResponse& ) : Response() {};
+        DataArrayResponse& operator= ( const DataArrayResponse& ) { return *this; };
 
     public:
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/DataResponse.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/DataResponse.h?rev=762190&r1=762189&r2=762190&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/DataResponse.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/DataResponse.h Mon Apr  6 00:08:25 2009
@@ -55,8 +55,8 @@
 
     protected:
 
-        DataResponse( const DataResponse& other AMQCPP_UNUSED ) {};
-        DataResponse& operator= ( const DataResponse& other AMQCPP_UNUSED ) { return *this; };
+        DataResponse( const DataResponse& ) : Response() {};
+        DataResponse& operator= ( const DataResponse& ) { return *this; };
 
     public:
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/DestinationInfo.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/DestinationInfo.h?rev=762190&r1=762189&r2=762190&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/DestinationInfo.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/DestinationInfo.h Mon Apr  6 00:08:25 2009
@@ -61,8 +61,8 @@
 
     protected:
 
-        DestinationInfo( const DestinationInfo& other AMQCPP_UNUSED ) {};
-        DestinationInfo& operator= ( const DestinationInfo& other AMQCPP_UNUSED ) { return *this; };
+        DestinationInfo( const DestinationInfo& ) : BaseCommand() {};
+        DestinationInfo& operator= ( const DestinationInfo& ) { return *this; };
 
     public:
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/DiscoveryEvent.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/DiscoveryEvent.h?rev=762190&r1=762189&r2=762190&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/DiscoveryEvent.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/DiscoveryEvent.h Mon Apr  6 00:08:25 2009
@@ -55,8 +55,8 @@
 
     protected:
 
-        DiscoveryEvent( const DiscoveryEvent& other AMQCPP_UNUSED ) {};
-        DiscoveryEvent& operator= ( const DiscoveryEvent& other AMQCPP_UNUSED ) { return *this; };
+        DiscoveryEvent( const DiscoveryEvent& ) : BaseDataStructure() {};
+        DiscoveryEvent& operator= ( const DiscoveryEvent& ) { return *this; };
 
     public:
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ExceptionResponse.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ExceptionResponse.h?rev=762190&r1=762189&r2=762190&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ExceptionResponse.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ExceptionResponse.h Mon Apr  6 00:08:25 2009
@@ -55,8 +55,8 @@
 
     protected:
 
-        ExceptionResponse( const ExceptionResponse& other AMQCPP_UNUSED ) {};
-        ExceptionResponse& operator= ( const ExceptionResponse& other AMQCPP_UNUSED ) { return *this; };
+        ExceptionResponse( const ExceptionResponse& ) : Response() {};
+        ExceptionResponse& operator= ( const ExceptionResponse& ) { return *this; };
 
     public:
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/FlushCommand.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/FlushCommand.h?rev=762190&r1=762189&r2=762190&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/FlushCommand.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/FlushCommand.h Mon Apr  6 00:08:25 2009
@@ -53,8 +53,8 @@
 
     protected:
 
-        FlushCommand( const FlushCommand& other AMQCPP_UNUSED ) {};
-        FlushCommand& operator= ( const FlushCommand& other AMQCPP_UNUSED ) { return *this; };
+        FlushCommand( const FlushCommand& ) : BaseCommand() {};
+        FlushCommand& operator= ( const FlushCommand& ) { return *this; };
 
     public:
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/IntegerResponse.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/IntegerResponse.h?rev=762190&r1=762189&r2=762190&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/IntegerResponse.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/IntegerResponse.h Mon Apr  6 00:08:25 2009
@@ -54,8 +54,8 @@
 
     protected:
 
-        IntegerResponse( const IntegerResponse& other AMQCPP_UNUSED ) {};
-        IntegerResponse& operator= ( const IntegerResponse& other AMQCPP_UNUSED ) { return *this; };
+        IntegerResponse( const IntegerResponse& ) : Response() {};
+        IntegerResponse& operator= ( const IntegerResponse& ) { return *this; };
 
     public:
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/JournalQueueAck.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/JournalQueueAck.h?rev=762190&r1=762189&r2=762190&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/JournalQueueAck.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/JournalQueueAck.h Mon Apr  6 00:08:25 2009
@@ -57,8 +57,8 @@
 
     protected:
 
-        JournalQueueAck( const JournalQueueAck& other AMQCPP_UNUSED ) {};
-        JournalQueueAck& operator= ( const JournalQueueAck& other AMQCPP_UNUSED ) { return *this; };
+        JournalQueueAck( const JournalQueueAck& ) : BaseDataStructure() {};
+        JournalQueueAck& operator= ( const JournalQueueAck& ) { return *this; };
 
     public:
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/JournalTopicAck.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/JournalTopicAck.h?rev=762190&r1=762189&r2=762190&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/JournalTopicAck.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/JournalTopicAck.h Mon Apr  6 00:08:25 2009
@@ -62,8 +62,8 @@
 
     protected:
 
-        JournalTopicAck( const JournalTopicAck& other AMQCPP_UNUSED ) {};
-        JournalTopicAck& operator= ( const JournalTopicAck& other AMQCPP_UNUSED ) { return *this; };
+        JournalTopicAck( const JournalTopicAck& ) : BaseDataStructure() {};
+        JournalTopicAck& operator= ( const JournalTopicAck& ) { return *this; };
 
     public:
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/JournalTrace.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/JournalTrace.h?rev=762190&r1=762189&r2=762190&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/JournalTrace.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/JournalTrace.h Mon Apr  6 00:08:25 2009
@@ -54,8 +54,8 @@
 
     protected:
 
-        JournalTrace( const JournalTrace& other AMQCPP_UNUSED ) {};
-        JournalTrace& operator= ( const JournalTrace& other AMQCPP_UNUSED ) { return *this; };
+        JournalTrace( const JournalTrace& ) : BaseDataStructure() {};
+        JournalTrace& operator= ( const JournalTrace& ) { return *this; };
 
     public:
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/JournalTransaction.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/JournalTransaction.h?rev=762190&r1=762189&r2=762190&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/JournalTransaction.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/JournalTransaction.h Mon Apr  6 00:08:25 2009
@@ -57,8 +57,8 @@
 
     protected:
 
-        JournalTransaction( const JournalTransaction& other AMQCPP_UNUSED ) {};
-        JournalTransaction& operator= ( const JournalTransaction& other AMQCPP_UNUSED ) { return *this; };
+        JournalTransaction( const JournalTransaction& ) : BaseDataStructure() {};
+        JournalTransaction& operator= ( const JournalTransaction& ) { return *this; };
 
     public:
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/KeepAliveInfo.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/KeepAliveInfo.h?rev=762190&r1=762189&r2=762190&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/KeepAliveInfo.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/KeepAliveInfo.h Mon Apr  6 00:08:25 2009
@@ -53,8 +53,8 @@
 
     protected:
 
-        KeepAliveInfo( const KeepAliveInfo& other AMQCPP_UNUSED ) {};
-        KeepAliveInfo& operator= ( const KeepAliveInfo& other AMQCPP_UNUSED ) { return *this; };
+        KeepAliveInfo( const KeepAliveInfo& ) : BaseCommand() {};
+        KeepAliveInfo& operator= ( const KeepAliveInfo& ) { return *this; };
 
     public:
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/LastPartialCommand.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/LastPartialCommand.h?rev=762190&r1=762189&r2=762190&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/LastPartialCommand.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/LastPartialCommand.h Mon Apr  6 00:08:25 2009
@@ -53,8 +53,8 @@
 
     protected:
 
-        LastPartialCommand( const LastPartialCommand& other AMQCPP_UNUSED ) {};
-        LastPartialCommand& operator= ( const LastPartialCommand& other AMQCPP_UNUSED ) { return *this; };
+        LastPartialCommand( const LastPartialCommand& ) : PartialCommand() {};
+        LastPartialCommand& operator= ( const LastPartialCommand& ) { return *this; };
 
     public:
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/Message.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/Message.h?rev=762190&r1=762189&r2=762190&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/Message.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/Message.h Mon Apr  6 00:08:25 2009
@@ -114,8 +114,8 @@
 
     protected:
 
-        Message( const Message& other AMQCPP_UNUSED ) {};
-        Message& operator= ( const Message& other AMQCPP_UNUSED ) { return *this; };
+        Message( const Message& ) : BaseCommand() {};
+        Message& operator= ( const Message& ) { return *this; };
 
     public:
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/MessageAck.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/MessageAck.h?rev=762190&r1=762189&r2=762190&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/MessageAck.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/MessageAck.h Mon Apr  6 00:08:25 2009
@@ -64,8 +64,8 @@
 
     protected:
 
-        MessageAck( const MessageAck& other AMQCPP_UNUSED ) {};
-        MessageAck& operator= ( const MessageAck& other AMQCPP_UNUSED ) { return *this; };
+        MessageAck( const MessageAck& ) : BaseCommand() {};
+        MessageAck& operator= ( const MessageAck& ) { return *this; };
 
     public:
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/MessageDispatch.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/MessageDispatch.h?rev=762190&r1=762189&r2=762190&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/MessageDispatch.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/MessageDispatch.h Mon Apr  6 00:08:25 2009
@@ -60,8 +60,8 @@
 
     protected:
 
-        MessageDispatch( const MessageDispatch& other AMQCPP_UNUSED ) {};
-        MessageDispatch& operator= ( const MessageDispatch& other AMQCPP_UNUSED ) { return *this; };
+        MessageDispatch( const MessageDispatch& ) : BaseCommand() {};
+        MessageDispatch& operator= ( const MessageDispatch& ) { return *this; };
 
     public:
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/MessageDispatchNotification.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/MessageDispatchNotification.h?rev=762190&r1=762189&r2=762190&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/MessageDispatchNotification.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/MessageDispatchNotification.h Mon Apr  6 00:08:25 2009
@@ -60,8 +60,8 @@
 
     protected:
 
-        MessageDispatchNotification( const MessageDispatchNotification& other AMQCPP_UNUSED ) {};
-        MessageDispatchNotification& operator= ( const MessageDispatchNotification& other AMQCPP_UNUSED ) { return *this; };
+        MessageDispatchNotification( const MessageDispatchNotification& ) : BaseCommand() {};
+        MessageDispatchNotification& operator= ( const MessageDispatchNotification& ) { return *this; };
 
     public:
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/MessagePull.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/MessagePull.h?rev=762190&r1=762189&r2=762190&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/MessagePull.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/MessagePull.h Mon Apr  6 00:08:25 2009
@@ -61,8 +61,8 @@
 
     protected:
 
-        MessagePull( const MessagePull& other AMQCPP_UNUSED ) {};
-        MessagePull& operator= ( const MessagePull& other AMQCPP_UNUSED ) { return *this; };
+        MessagePull( const MessagePull& ) : BaseCommand() {};
+        MessagePull& operator= ( const MessagePull& ) { return *this; };
 
     public:
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/NetworkBridgeFilter.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/NetworkBridgeFilter.h?rev=762190&r1=762189&r2=762190&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/NetworkBridgeFilter.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/NetworkBridgeFilter.h Mon Apr  6 00:08:25 2009
@@ -56,8 +56,8 @@
 
     protected:
 
-        NetworkBridgeFilter( const NetworkBridgeFilter& other AMQCPP_UNUSED ) {};
-        NetworkBridgeFilter& operator= ( const NetworkBridgeFilter& other AMQCPP_UNUSED ) { return *this; };
+        NetworkBridgeFilter( const NetworkBridgeFilter& ) : BaseDataStructure() {};
+        NetworkBridgeFilter& operator= ( const NetworkBridgeFilter& ) { return *this; };
 
     public:
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/PartialCommand.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/PartialCommand.h?rev=762190&r1=762189&r2=762190&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/PartialCommand.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/PartialCommand.h Mon Apr  6 00:08:25 2009
@@ -55,8 +55,8 @@
 
     protected:
 
-        PartialCommand( const PartialCommand& other AMQCPP_UNUSED ) {};
-        PartialCommand& operator= ( const PartialCommand& other AMQCPP_UNUSED ) { return *this; };
+        PartialCommand( const PartialCommand& ) : BaseDataStructure() {};
+        PartialCommand& operator= ( const PartialCommand& ) { return *this; };
 
     public:
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ProducerAck.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ProducerAck.h?rev=762190&r1=762189&r2=762190&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ProducerAck.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ProducerAck.h Mon Apr  6 00:08:25 2009
@@ -56,8 +56,8 @@
 
     protected:
 
-        ProducerAck( const ProducerAck& other AMQCPP_UNUSED ) {};
-        ProducerAck& operator= ( const ProducerAck& other AMQCPP_UNUSED ) { return *this; };
+        ProducerAck( const ProducerAck& ) : BaseCommand() {};
+        ProducerAck& operator= ( const ProducerAck& ) { return *this; };
 
     public:
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ProducerInfo.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ProducerInfo.h?rev=762190&r1=762189&r2=762190&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ProducerInfo.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ProducerInfo.h Mon Apr  6 00:08:25 2009
@@ -61,8 +61,8 @@
 
     protected:
 
-        ProducerInfo( const ProducerInfo& other AMQCPP_UNUSED ) {};
-        ProducerInfo& operator= ( const ProducerInfo& other AMQCPP_UNUSED ) { return *this; };
+        ProducerInfo( const ProducerInfo& ) : BaseCommand() {};
+        ProducerInfo& operator= ( const ProducerInfo& ) { return *this; };
 
     public:
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/RemoveInfo.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/RemoveInfo.h?rev=762190&r1=762189&r2=762190&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/RemoveInfo.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/RemoveInfo.h Mon Apr  6 00:08:25 2009
@@ -55,8 +55,8 @@
 
     protected:
 
-        RemoveInfo( const RemoveInfo& other AMQCPP_UNUSED ) {};
-        RemoveInfo& operator= ( const RemoveInfo& other AMQCPP_UNUSED ) { return *this; };
+        RemoveInfo( const RemoveInfo& ) : BaseCommand() {};
+        RemoveInfo& operator= ( const RemoveInfo& ) { return *this; };
 
     public:
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/RemoveSubscriptionInfo.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/RemoveSubscriptionInfo.h?rev=762190&r1=762189&r2=762190&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/RemoveSubscriptionInfo.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/RemoveSubscriptionInfo.h Mon Apr  6 00:08:25 2009
@@ -57,8 +57,8 @@
 
     protected:
 
-        RemoveSubscriptionInfo( const RemoveSubscriptionInfo& other AMQCPP_UNUSED ) {};
-        RemoveSubscriptionInfo& operator= ( const RemoveSubscriptionInfo& other AMQCPP_UNUSED ) { return *this; };
+        RemoveSubscriptionInfo( const RemoveSubscriptionInfo& ) : BaseCommand() {};
+        RemoveSubscriptionInfo& operator= ( const RemoveSubscriptionInfo& ) { return *this; };
 
     public:
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ReplayCommand.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ReplayCommand.h?rev=762190&r1=762189&r2=762190&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ReplayCommand.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ReplayCommand.h Mon Apr  6 00:08:25 2009
@@ -55,8 +55,8 @@
 
     protected:
 
-        ReplayCommand( const ReplayCommand& other AMQCPP_UNUSED ) {};
-        ReplayCommand& operator= ( const ReplayCommand& other AMQCPP_UNUSED ) { return *this; };
+        ReplayCommand( const ReplayCommand& ) : BaseCommand() {};
+        ReplayCommand& operator= ( const ReplayCommand& ) { return *this; };
 
     public:
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/Response.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/Response.h?rev=762190&r1=762189&r2=762190&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/Response.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/Response.h Mon Apr  6 00:08:25 2009
@@ -54,8 +54,8 @@
 
     protected:
 
-        Response( const Response& other AMQCPP_UNUSED ) {};
-        Response& operator= ( const Response& other AMQCPP_UNUSED ) { return *this; };
+        Response( const Response& ) : BaseCommand() {};
+        Response& operator= ( const Response& ) { return *this; };
 
     public:
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/SessionInfo.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/SessionInfo.h?rev=762190&r1=762189&r2=762190&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/SessionInfo.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/SessionInfo.h Mon Apr  6 00:08:25 2009
@@ -55,8 +55,8 @@
 
     protected:
 
-        SessionInfo( const SessionInfo& other AMQCPP_UNUSED ) {};
-        SessionInfo& operator= ( const SessionInfo& other AMQCPP_UNUSED ) { return *this; };
+        SessionInfo( const SessionInfo& ) : BaseCommand() {};
+        SessionInfo& operator= ( const SessionInfo& ) { return *this; };
 
     public:
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ShutdownInfo.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ShutdownInfo.h?rev=762190&r1=762189&r2=762190&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ShutdownInfo.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/ShutdownInfo.h Mon Apr  6 00:08:25 2009
@@ -53,8 +53,8 @@
 
     protected:
 
-        ShutdownInfo( const ShutdownInfo& other AMQCPP_UNUSED ) {};
-        ShutdownInfo& operator= ( const ShutdownInfo& other AMQCPP_UNUSED ) { return *this; };
+        ShutdownInfo( const ShutdownInfo& ) : BaseCommand() {};
+        ShutdownInfo& operator= ( const ShutdownInfo& ) { return *this; };
 
     public:
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/SubscriptionInfo.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/SubscriptionInfo.h?rev=762190&r1=762189&r2=762190&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/SubscriptionInfo.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/SubscriptionInfo.h Mon Apr  6 00:08:25 2009
@@ -59,8 +59,8 @@
 
     protected:
 
-        SubscriptionInfo( const SubscriptionInfo& other AMQCPP_UNUSED ) {};
-        SubscriptionInfo& operator= ( const SubscriptionInfo& other AMQCPP_UNUSED ) { return *this; };
+        SubscriptionInfo( const SubscriptionInfo& ) : BaseDataStructure() {};
+        SubscriptionInfo& operator= ( const SubscriptionInfo& ) { return *this; };
 
     public:
 

Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/TransactionInfo.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/TransactionInfo.h?rev=762190&r1=762189&r2=762190&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/TransactionInfo.h (original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/commands/TransactionInfo.h Mon Apr  6 00:08:25 2009
@@ -58,8 +58,8 @@
 
     protected:
 
-        TransactionInfo( const TransactionInfo& other AMQCPP_UNUSED ) {};
-        TransactionInfo& operator= ( const TransactionInfo& other AMQCPP_UNUSED ) { return *this; };
+        TransactionInfo( const TransactionInfo& ) : BaseCommand() {};
+        TransactionInfo& operator= ( const TransactionInfo& ) { return *this; };
 
     public: