Author: tabish
Date: Wed Nov 21 16:16:00 2012
New Revision: 1412170

URL: http://svn.apache.org/viewvc?rev=1412170&view=rev
Log:
Fix a bunch of compiler warnings

Modified:
    
activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/core/kernels/ActiveMQProducerKernel.cpp

Modified: 
activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/core/kernels/ActiveMQProducerKernel.cpp
URL: 
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/core/kernels/ActiveMQProducerKernel.cpp?rev=1412170&r1=1412169&r2=1412170&view=diff
==============================================================================
--- 
activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/core/kernels/ActiveMQProducerKernel.cpp
 (original)
+++ 
activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/core/kernels/ActiveMQProducerKernel.cpp
 Wed Nov 21 16:16:00 2012
@@ -56,7 +56,8 @@ ActiveMQProducerKernel::ActiveMQProducer
                                                                         
closed(false),
                                                                         
memoryUsage(),
                                                                         
destination(),
-                                                                        
messageSequence() {
+                                                                        
messageSequence(),
+                                                                        
transformer() {
 
     if (session == NULL || producerId == NULL) {
         throw ActiveMQException(


Reply via email to