Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 45629 invoked from network); 20 May 2009 14:37:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 May 2009 14:37:07 -0000 Received: (qmail 57752 invoked by uid 500); 20 May 2009 14:37:20 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 57694 invoked by uid 500); 20 May 2009 14:37:20 -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 57685 invoked by uid 99); 20 May 2009 14:37:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 May 2009 14:37:20 +0000 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; Wed, 20 May 2009 14:37:18 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 2B450238885B; Wed, 20 May 2009 14:36:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r776712 - /activemq/activemq-cpp/trunk/activemq-cpp/src/main/cms/IllegalStateException.h Date: Wed, 20 May 2009 14:36:58 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090520143658.2B450238885B@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tabish Date: Wed May 20 14:36:57 2009 New Revision: 776712 URL: http://svn.apache.org/viewvc?rev=776712&view=rev Log: Fix a compile error. Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/cms/IllegalStateException.h Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/cms/IllegalStateException.h URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/cms/IllegalStateException.h?rev=776712&r1=776711&r2=776712&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/activemq-cpp/src/main/cms/IllegalStateException.h (original) +++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/cms/IllegalStateException.h Wed May 20 14:36:57 2009 @@ -45,7 +45,7 @@ const std::exception* cause, const std::vector< std::pair< std::string, int> >& stackTrace ) throw(); - virtual ~MessageEOFException() throw(); + virtual ~IllegalStateException() throw(); };