Return-Path: X-Original-To: apmail-activemq-commits-archive@www.apache.org Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C5CECD34E for ; Mon, 19 Nov 2012 16:36:47 +0000 (UTC) Received: (qmail 25248 invoked by uid 500); 19 Nov 2012 16:36:47 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 25134 invoked by uid 500); 19 Nov 2012 16:36:45 -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 25086 invoked by uid 99); 19 Nov 2012 16:36:43 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Nov 2012 16:36:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.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; Mon, 19 Nov 2012 16:36:43 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id EBA0D23888E3 for ; Mon, 19 Nov 2012 16:36:22 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1411286 - /activemq/activemq-cpp/trunk/activemq-cpp/src/examples/cmstemplate-stress/Receiver.h Date: Mon, 19 Nov 2012 16:36:22 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20121119163622.EBA0D23888E3@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tabish Date: Mon Nov 19 16:36:21 2012 New Revision: 1411286 URL: http://svn.apache.org/viewvc?rev=1411286&view=rev Log: fix build on windows Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/examples/cmstemplate-stress/Receiver.h Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/examples/cmstemplate-stress/Receiver.h URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/examples/cmstemplate-stress/Receiver.h?rev=1411286&r1=1411285&r2=1411286&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/activemq-cpp/src/examples/cmstemplate-stress/Receiver.h (original) +++ activemq/activemq-cpp/trunk/activemq-cpp/src/examples/cmstemplate-stress/Receiver.h Mon Nov 19 16:36:21 2012 @@ -34,7 +34,7 @@ namespace cmstemplate { class Receiver : public decaf::lang::Runnable { public: - typedef void DECAF_STDCALL (*RecvMessageListener)( const std::string& message); + typedef void (DECAF_STDCALL *RecvMessageListener)( const std::string& message); private: std::string m_url;