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 2007/06/26 17:02:47 UTC

svn commit: r550823 - /activemq/activemq-cpp/trunk/src/main/activemq/transport/MockTransport.h

Author: tabish
Date: Tue Jun 26 08:02:46 2007
New Revision: 550823

URL: http://svn.apache.org/viewvc?view=rev&rev=550823
Log:
https://issues.apache.org/activemq/browse/AMQCPP-130

Modified:
    activemq/activemq-cpp/trunk/src/main/activemq/transport/MockTransport.h

Modified: activemq/activemq-cpp/trunk/src/main/activemq/transport/MockTransport.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/main/activemq/transport/MockTransport.h?view=diff&rev=550823&r1=550822&r2=550823
==============================================================================
--- activemq/activemq-cpp/trunk/src/main/activemq/transport/MockTransport.h (original)
+++ activemq/activemq-cpp/trunk/src/main/activemq/transport/MockTransport.h Tue Jun 26 08:02:46 2007
@@ -76,7 +76,8 @@
              */
             void registerConsumer( const std::string& destination,
                                    long long consumerId ) {
-                consumersMap.insert( std::make_pair( destination, consumerId ) );
+                consumersMap.insert(
+                    std::pair<std::string, long long>( destination, consumerId ) );
             }
 
             /**