Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 27511 invoked from network); 30 Nov 2007 15:50:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Nov 2007 15:50:22 -0000 Received: (qmail 4650 invoked by uid 500); 30 Nov 2007 15:50:11 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 4627 invoked by uid 500); 30 Nov 2007 15:50:11 -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 4618 invoked by uid 99); 30 Nov 2007 15:50:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Nov 2007 07:50:11 -0800 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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; Fri, 30 Nov 2007 15:50:00 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id AE86D1A9832; Fri, 30 Nov 2007 07:50:01 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r599853 - /activemq/activemq-cpp/decaf/trunk/src/main/decaf/lang/CharSequence.h Date: Fri, 30 Nov 2007 15:50:00 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20071130155001.AE86D1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tabish Date: Fri Nov 30 07:49:55 2007 New Revision: 599853 URL: http://svn.apache.org/viewvc?rev=599853&view=rev Log: http://issues.apache.org/activemq/browse/AMQCPP-103 Starting the NIO implementation; CharBuffer Fixing CharSequence include Modified: activemq/activemq-cpp/decaf/trunk/src/main/decaf/lang/CharSequence.h Modified: activemq/activemq-cpp/decaf/trunk/src/main/decaf/lang/CharSequence.h URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/decaf/trunk/src/main/decaf/lang/CharSequence.h?rev=599853&r1=599852&r2=599853&view=diff ============================================================================== --- activemq/activemq-cpp/decaf/trunk/src/main/decaf/lang/CharSequence.h (original) +++ activemq/activemq-cpp/decaf/trunk/src/main/decaf/lang/CharSequence.h Fri Nov 30 07:49:55 2007 @@ -18,7 +18,7 @@ #ifndef _DECAF_LANG_CHARSEQUENCE_H_ #define _DECAF_LANG_CHARSEQUENCE_H_ -#include +#include namespace decaf{ namespace lang{