Author: tabish
Date: Thu Jul 16 14:57:24 2009
New Revision: 794703
URL: http://svn.apache.org/viewvc?rev=794703&view=rev
Log:
Small source cleanup
Modified:
activemq/activemq-cpp/trunk/activemq-cpp/src/main/cms/MessageProducer.h
Modified:
activemq/activemq-cpp/trunk/activemq-cpp/src/main/cms/MessageProducer.h
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/cms/MessageProducer.h?rev=794703&r1=794702&r2=794703&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/activemq-cpp/src/main/cms/MessageProducer.h
(original)
+++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/cms/MessageProducer.h Thu
Jul 16 14:57:24 2009
@@ -118,9 +118,9 @@
*
* @throws CMSException - if an internal error occurs.
*/
- virtual void send( const Destination* destination,
- Message* message, int deliveryMode, int priority,
- long long timeToLive) throw ( CMSException ) = 0;
+ virtual void send( const Destination* destination, Message* message,
+ int deliveryMode, int priority, long long
timeToLive )
+ throw ( CMSException ) = 0;
/**
* Sets the delivery mode for this Producer