Return-Path: X-Original-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-flex-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5CBEDB0D1 for ; Mon, 16 Jan 2012 17:45:29 +0000 (UTC) Received: (qmail 83265 invoked by uid 500); 16 Jan 2012 17:45:29 -0000 Delivered-To: apmail-incubator-flex-dev-archive@incubator.apache.org Received: (qmail 83200 invoked by uid 500); 16 Jan 2012 17:45:28 -0000 Mailing-List: contact flex-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: flex-dev@incubator.apache.org Delivered-To: mailing list flex-dev@incubator.apache.org Received: (qmail 83191 invoked by uid 99); 16 Jan 2012 17:45:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jan 2012 17:45:28 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [80.237.132.80] (HELO wp073.webpack.hosteurope.de) (80.237.132.80) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 Jan 2012 17:45:19 +0000 Received: from p4aa831.osaknt01.ap.so-net.ne.jp ([120.74.168.49] helo=[192.168.1.21]); authenticated by wp073.webpack.hosteurope.de running ExIM with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) id 1Rmqc6-0001aF-MA; Mon, 16 Jan 2012 18:44:59 +0100 Message-ID: <4F146214.5080500@leichtgewicht.at> Date: Tue, 17 Jan 2012 02:44:52 +0900 From: Martin Heidegger User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: flex-dev@incubator.apache.org Subject: Re: Method overloading work-around: the problems & possible solution References: <008401ccd474$7f514870$7df3d950$@davidarno.org> <4F146165.5080402@leichtgewicht.at> In-Reply-To: <4F146165.5080402@leichtgewicht.at> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-bounce-key: webpack.hosteurope.de;mh@leichtgewicht.at;1326735919;cf34ce97; X-Virus-Checked: Checked by ClamAV on apache.org On 17/01/2012 02:41, Martin Heidegger wrote: > > This could also apply to > foo(uint(1)); sorry :) Martin.