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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!feeder1-2.proxad.net!proxad.net!feeder1-1.proxad.net!cleanfeed2-b.proxad.net!nnrp3-1.free.fr!not-for-mail From: William FRANCK Newsgroups: comp.lang.ada Date: Tue, 15 Oct 2019 07:13:55 +0200 Message-ID: <5da55593$0$20342$426a74cc@news.free.fr> References: <5da4cf81$0$20312$426a74cc@news.free.fr> <790bc738-752e-48db-8a8b-b266cffd784f@googlegroups.com> <5da4df20$0$31420$426a74cc@news.free.fr> <802d6a29-f7dd-4fd8-bdb3-e7b387f822d7@googlegroups.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: How to transfer Class-Wide object to a Task ? User-Agent: Unison/2.2 Organization: Guest of ProXad - France NNTP-Posting-Date: 15 Oct 2019 07:13:55 CEST NNTP-Posting-Host: 92.184.99.38 X-Trace: 1571116435 news-3.free.fr 20342 92.184.99.38:47942 X-Complaints-To: abuse@proxad.net Xref: reader01.eternal-september.org comp.lang.ada:57288 Date: 2019-10-15T07:13:55+02:00 List-Id: On 2019-10-14 22:01:08 +0000, Shark8 said: > On Monday, October 14, 2019 at 2:48:33 PM UTC-6, William FRANCK wrote: >> >> I did a simple Proof of Concept for the multitasking by transfering an >> IntegerObject. This is OK. >> >> When I replace my Integer by a class-Wide object, I do find the clue to >> make it correct. > > Ok. > I think it might be due to the Class Read/Write attributes acting > different than the Input/Output ones -- I always have to look them up, > but one of them reads/writes the discriminants and/or bounds of the > item and the other doesn't. Sorry Shark , my last sentence is not correct ... Should read : 'When I replace my Integer by a class-Wide object, I can not find a simple way to make it work.'