From activemq-commits-return-4386-apmail-geronimo-activemq-commits-archive=geronimo.apache.org@geronimo.apache.org Sat Jan 20 15:47:23 2007 Return-Path: Delivered-To: apmail-geronimo-activemq-commits-archive@www.apache.org Received: (qmail 63191 invoked from network); 20 Jan 2007 15:47:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Jan 2007 15:47:22 -0000 Received: (qmail 75462 invoked by uid 500); 20 Jan 2007 15:47:29 -0000 Delivered-To: apmail-geronimo-activemq-commits-archive@geronimo.apache.org Received: (qmail 75442 invoked by uid 500); 20 Jan 2007 15:47:28 -0000 Mailing-List: contact activemq-commits-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: activemq-dev@geronimo.apache.org Delivered-To: mailing list activemq-commits@geronimo.apache.org Received: (qmail 75433 invoked by uid 99); 20 Jan 2007 15:47:28 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 20 Jan 2007 07:47:28 -0800 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME 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; Sat, 20 Jan 2007 07:47:22 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 6BD021A981A; Sat, 20 Jan 2007 07:46:16 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r498127 - /incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/util/PrimitiveMap.h Date: Sat, 20 Jan 2007 15:46:16 -0000 To: activemq-commits@geronimo.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070120154616.6BD021A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tabish Date: Sat Jan 20 07:46:15 2007 New Revision: 498127 URL: http://svn.apache.org/viewvc?view=rev&rev=498127 Log: http://issues.apache.org/activemq/browse/AMQCPP-30 Modified: incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/util/PrimitiveMap.h Modified: incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/util/PrimitiveMap.h URL: http://svn.apache.org/viewvc/incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/util/PrimitiveMap.h?view=diff&rev=498127&r1=498126&r2=498127 ============================================================================== --- incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/util/PrimitiveMap.h (original) +++ incubator/activemq/activemq-cpp/trunk/activemq-cpp/src/main/activemq/util/PrimitiveMap.h Sat Jan 20 07:46:15 2007 @@ -45,10 +45,10 @@ DOUBLE_TYPE = 7, FLOAT_TYPE = 8, STRING_TYPE = 9, - BYTE_ARRAY_TYPE = 10 - //MAP_TYPE = 11, - //LIST_TYPE = 12, - //BIG_STRING_TYPE = 13 + BYTE_ARRAY_TYPE = 10, + MAP_TYPE = 11, + LIST_TYPE = 12, + BIG_STRING_TYPE = 13 }; /**