Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 32291 invoked from network); 30 Aug 2008 18:48:29 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Aug 2008 18:48:29 -0000 Received: (qmail 80532 invoked by uid 500); 30 Aug 2008 18:48:27 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 80513 invoked by uid 500); 30 Aug 2008 18:48:27 -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 80504 invoked by uid 99); 30 Aug 2008 18:48:27 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Aug 2008 11:48:27 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 30 Aug 2008 18:47:38 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id A2440238896B; Sat, 30 Aug 2008 11:48:08 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r690548 - /activemq/activemq-cpp/trunk/src/examples/main.cpp Date: Sat, 30 Aug 2008 18:48:08 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080830184808.A2440238896B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tabish Date: Sat Aug 30 11:48:08 2008 New Revision: 690548 URL: http://svn.apache.org/viewvc?rev=690548&view=rev Log: Code cleanup Modified: activemq/activemq-cpp/trunk/src/examples/main.cpp Modified: activemq/activemq-cpp/trunk/src/examples/main.cpp URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/examples/main.cpp?rev=690548&r1=690547&r2=690548&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/src/examples/main.cpp (original) +++ activemq/activemq-cpp/trunk/src/examples/main.cpp Sat Aug 30 11:48:08 2008 @@ -305,7 +305,7 @@ // If something bad happens you see it here as this class is also been // registered as an ExceptionListener with the connection. virtual void onException( const CMSException& ex AMQCPP_UNUSED) { - printf("CMS Exception occured. Shutting down client.\n"); + printf("CMS Exception occurred. Shutting down client.\n"); exit(1); } @@ -354,7 +354,7 @@ std::cout << "Starting the example:" << std::endl; std::cout << "-----------------------------------------------------\n"; - // Set the URI to point to the IPAddress of your broker. + // Set the URI to point to the IP Address of your broker. // add any optional params to the url to enable things like // tightMarshalling or tcp logging etc. See the CMS web site for // a full list of configuration options.