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/10/05 18:16:07 UTC

svn commit: r582331 - /activemq/activemq-cpp/trunk/src/decaf/src/main/decaf/util/Map.h

Author: tabish
Date: Fri Oct  5 09:16:06 2007
New Revision: 582331

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

Modified:
    activemq/activemq-cpp/trunk/src/decaf/src/main/decaf/util/Map.h

Modified: activemq/activemq-cpp/trunk/src/decaf/src/main/decaf/util/Map.h
URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/decaf/src/main/decaf/util/Map.h?rev=582331&r1=582330&r2=582331&view=diff
==============================================================================
--- activemq/activemq-cpp/trunk/src/decaf/src/main/decaf/util/Map.h (original)
+++ activemq/activemq-cpp/trunk/src/decaf/src/main/decaf/util/Map.h Fri Oct  5 09:16:06 2007
@@ -51,7 +51,7 @@
          * one.
          * @param source The source map.
          */
-        Map( const Map& source ) {
+        Map( const Map& source ) : concurrent::Synchronizable() {
             copy( source );
         }