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 2006/11/18 22:36:42 UTC

svn commit: r476609 - /incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/commands/BrokerError.h

Author: tabish
Date: Sat Nov 18 13:36:40 2006
New Revision: 476609

URL: http://svn.apache.org/viewvc?view=rev&rev=476609
Log:
Code Submit for planned Openwire Support

Modified:
    incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/commands/BrokerError.h

Modified: incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/commands/BrokerError.h
URL: http://svn.apache.org/viewvc/incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/commands/BrokerError.h?view=diff&rev=476609&r1=476608&r2=476609
==============================================================================
--- incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/commands/BrokerError.h (original)
+++ incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/commands/BrokerError.h Sat Nov 18 13:36:40 2006
@@ -69,7 +69,7 @@
          */
         virtual DataStructure* cloneDataStructure() const {
 
-            BrokerError error = new BrokerError();
+            BrokerError* error = new BrokerError();
             error->copyDataStructure( this );
             return error;
         }