From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,4bd6ca8f7a1eb225 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.0.170 with SMTP id 10mr374469pbf.2.1322704535801; Wed, 30 Nov 2011 17:55:35 -0800 (PST) Path: lh20ni48097pbb.0!nntp.google.com!news1.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: "Rego, P." Newsgroups: comp.lang.ada Subject: Re: Class with task destructor Date: Wed, 30 Nov 2011 17:53:33 -0800 (PST) Organization: http://groups.google.com Message-ID: <20926001.447.1322704413187.JavaMail.geo-discussion-forums@yqmm19> References: <30604696.94.1322013045135.JavaMail.geo-discussion-forums@yqzz20> <15090042.1880.1322617401962.JavaMail.geo-discussion-forums@yqkn8> Reply-To: comp.lang.ada@googlegroups.com NNTP-Posting-Host: 187.34.116.252 Mime-Version: 1.0 X-Trace: posting.google.com 1322704535 6866 127.0.0.1 (1 Dec 2011 01:55:35 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 1 Dec 2011 01:55:35 +0000 (UTC) Cc: mailbox@dmitry-kazakov.de In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=187.34.116.252; posting-account=TRgI1QoAAABSsYi-ox3Pi6N-JEKKU0cu User-Agent: G2/1.0 X-Google-Web-Client: true Xref: news1.google.com comp.lang.ada:19276 Content-Type: text/plain; charset=ISO-8859-1 Date: 2011-11-30T17:53:33-08:00 List-Id: > It is a bad idea to free access discriminant, so the message. Got it. > It can be circumvented, but you better make it a component. Simon and Adam suggestions fit pretty well what I need, but would be good to know this idea too. So how could I do (circumvent) it?