Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 75281 invoked from network); 9 Aug 2007 14:41:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Aug 2007 14:41:30 -0000 Received: (qmail 35936 invoked by uid 500); 9 Aug 2007 14:41:29 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 35920 invoked by uid 500); 9 Aug 2007 14:41:29 -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 35911 invoked by uid 99); 9 Aug 2007 14:41:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Aug 2007 07:41:29 -0700 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; Thu, 09 Aug 2007 14:41:26 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 021E51A981D; Thu, 9 Aug 2007 07:41:06 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r564227 - /activemq/activemq-cpp/trunk/src/decaf/src/main/Makefile.am Date: Thu, 09 Aug 2007 14:41:05 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070809144106.021E51A981D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tabish Date: Thu Aug 9 07:41:05 2007 New Revision: 564227 URL: http://svn.apache.org/viewvc?view=rev&rev=564227 Log: http://issues.apache.org/activemq/browse/AMQCPP-103 Implementing the Primitive Wrappers fully Modified: activemq/activemq-cpp/trunk/src/decaf/src/main/Makefile.am Modified: activemq/activemq-cpp/trunk/src/decaf/src/main/Makefile.am URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/src/decaf/src/main/Makefile.am?view=diff&rev=564227&r1=564226&r2=564227 ============================================================================== --- activemq/activemq-cpp/trunk/src/decaf/src/main/Makefile.am (original) +++ activemq/activemq-cpp/trunk/src/decaf/src/main/Makefile.am Thu Aug 9 07:41:05 2007 @@ -55,10 +55,11 @@ decaf/util/logging/LogWriter.cpp \ decaf/util/logging/SimpleLogger.cpp \ decaf/util/logging/LogManager.cpp \ - decaf/util/Config.cpp - -## decaf/internal/util/FloatingPointParser.cpp \ -## decaf/internal/util/HexStringParser.cpp + decaf/util/Config.cpp \ + decaf/internal/util/BigInt.cpp \ + decaf/internal/util/BitOps.cpp \ + decaf/internal/util/FloatingPointParser.cpp \ + decaf/internal/util/HexStringParser.cpp h_sources = \ decaf/net/BufferedSocket.h \ @@ -149,7 +150,9 @@ decaf/util/logging/SimpleLogger.h \ decaf/util/logging/PropertiesChangeListener.h \ decaf/internal/util/FloatingPointParser.h \ - decaf/internal/util/HexStringParser.h + decaf/internal/util/HexStringParser.h \ + decaf/internal/util/BitOps.h \ + decaf/internal/util/BigInt.h ## ## LibTool build step