Author: tabish
Date: Mon Nov 3 08:25:13 2008
New Revision: 710094
URL: http://svn.apache.org/viewvc?rev=710094&view=rev
Log: (empty)
Modified:
activemq/activemq-cpp/trunk/src/main/activemq/transport/filters/ResponseCorrelator.cpp
Modified:
activemq/activemq-cpp/trunk/src/main/activemq/transport/filters/ResponseCorrelator.cpp
URL:
http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/transport/filters/ResponseCorrelator.cpp?rev=710094&r1=710093&r2=710094&view=diff
==============================================================================
---
activemq/activemq-cpp/trunk/src/main/activemq/transport/filters/ResponseCorrelator.cpp
(original)
+++
activemq/activemq-cpp/trunk/src/main/activemq/transport/filters/ResponseCorrelator.cpp
Mon Nov 3 08:25:13 2008
@@ -26,10 +26,8 @@
////////////////////////////////////////////////////////////////////////////////
ResponseCorrelator::ResponseCorrelator( Transport* next, bool own )
-:
- TransportFilter( next, own ) {
+ : TransportFilter( next, own ) {
- //nextCommandId = 0;
nextCommandId.set(1);
// Start in the closed state.
closed = true;