From dev-return-14227-apmail-activemq-dev-archive=activemq.apache.org@activemq.apache.org Fri Feb 06 22:02:22 2009 Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 5276 invoked from network); 6 Feb 2009 22:02:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 6 Feb 2009 22:02:22 -0000 Received: (qmail 51399 invoked by uid 500); 6 Feb 2009 22:02:22 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 51375 invoked by uid 500); 6 Feb 2009 22:02:22 -0000 Mailing-List: contact dev-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 dev@activemq.apache.org Received: (qmail 51364 invoked by uid 99); 6 Feb 2009 22:02:22 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Feb 2009 14:02:22 -0800 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.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 06 Feb 2009 22:02:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5ABE0234C4A9 for ; Fri, 6 Feb 2009 14:01:59 -0800 (PST) Message-ID: <470513575.1233957719367.JavaMail.jira@brutus> Date: Fri, 6 Feb 2009 14:01:59 -0800 (PST) From: "Allan Schrum (JIRA)" To: dev@activemq.apache.org Subject: [jira] Created: (AMQNET-141) Conditional Compilation Not Very Clear MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Conditional Compilation Not Very Clear -------------------------------------- Key: AMQNET-141 URL: https://issues.apache.org/activemq/browse/AMQNET-141 Project: ActiveMQ .Net Issue Type: Bug Components: ActiveMQ Client Environment: Windows XP Reporter: Allan Schrum Assignee: Jim Gomes Priority: Trivial The conditional compilation statements for a couple of files intends to segregate code that is .NET 1.x versus future versions (.NET 2 and higher), but the way it is written is confusing. The attached patch is more clear as to what code is for .NET 1.x and what code is for other .NET variants. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.