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-Received: by 2002:aed:37c9:: with SMTP id j67mr34952285qtb.291.1571090468626; Mon, 14 Oct 2019 15:01:08 -0700 (PDT) X-Received: by 2002:a9d:3675:: with SMTP id w108mr23951899otb.81.1571090468418; Mon, 14 Oct 2019 15:01:08 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!feeder.eternal-september.org!news.gegeweb.eu!gegeweb.org!usenet-fr.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!o24no8240929qtl.0!news-out.google.com!q23ni793qtl.1!nntp.google.com!o24no8240922qtl.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 14 Oct 2019 15:01:08 -0700 (PDT) In-Reply-To: <5da4df20$0$31420$426a74cc@news.free.fr> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=146.5.2.231; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 146.5.2.231 References: <5da4cf81$0$20312$426a74cc@news.free.fr> <790bc738-752e-48db-8a8b-b266cffd784f@googlegroups.com> <5da4df20$0$31420$426a74cc@news.free.fr> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <802d6a29-f7dd-4fd8-bdb3-e7b387f822d7@googlegroups.com> Subject: Re: How to transfer Class-Wide object to a Task ? From: Shark8 Injection-Date: Mon, 14 Oct 2019 22:01:08 +0000 Content-Type: text/plain; charset="UTF-8" Xref: reader01.eternal-september.org comp.lang.ada:57286 Date: 2019-10-14T15:01:08-07:00 List-Id: 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.