Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 76292 invoked from network); 14 Feb 2007 16:50:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Feb 2007 16:50:30 -0000 Received: (qmail 13744 invoked by uid 500); 14 Feb 2007 16:50:38 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 13731 invoked by uid 500); 14 Feb 2007 16:50:38 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 13722 invoked by uid 99); 14 Feb 2007 16:50:38 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Feb 2007 08:50:38 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Feb 2007 08:50:30 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id EF18A1A981A; Wed, 14 Feb 2007 08:50:09 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r507615 - in /activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/commands: BaseCommand.h BaseDataStructure.h Date: Wed, 14 Feb 2007 16:50:09 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070214165009.EF18A1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tabish Date: Wed Feb 14 08:50:09 2007 New Revision: 507615 URL: http://svn.apache.org/viewvc?view=rev&rev=507615 Log: http://issues.apache.org/activemq/browse/AMQCPP-30 Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/commands/BaseCommand.h activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/commands/BaseDataStructure.h Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/commands/BaseCommand.h URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/commands/BaseCommand.h?view=diff&rev=507615&r1=507614&r2=507615 ============================================================================== --- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/commands/BaseCommand.h (original) +++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/commands/BaseCommand.h Wed Feb 14 08:50:09 2007 @@ -96,7 +96,7 @@ stream << "Begin Class = BaseCommand" << std::endl; stream << BaseDataStructure::toString(); - stream << "Begin Class = BaseCommand" << std::endl; + stream << "End Class = BaseCommand" << std::endl; return stream.str(); } Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/commands/BaseDataStructure.h URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/commands/BaseDataStructure.h?view=diff&rev=507615&r1=507614&r2=507615 ============================================================================== --- activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/commands/BaseDataStructure.h (original) +++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/connector/openwire/commands/BaseDataStructure.h Wed Feb 14 08:50:09 2007 @@ -106,7 +106,7 @@ * @return formatted string useful for debugging. */ virtual std::string toString() const { - return std::string("BaseDataStructure\n"); + return std::string("No Data for Class BaseDataStructure\n"); } /**