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,7769c087a4d30c0e X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!o13g2000cwo.googlegroups.com!not-for-mail From: "e.coli" Newsgroups: comp.lang.ada Subject: Re: Unchecked_Conversion and task pointer. Date: 7 Jul 2005 14:39:01 -0700 Organization: http://groups.google.com Message-ID: <1120772341.013923.14450@o13g2000cwo.googlegroups.com> References: <1120751455.846822.141050@z14g2000cwz.googlegroups.com> NNTP-Posting-Host: 82.50.69.13 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1120772346 5669 127.0.0.1 (7 Jul 2005 21:39:06 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 7 Jul 2005 21:39:06 +0000 (UTC) In-Reply-To: User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: o13g2000cwo.googlegroups.com; posting-host=82.50.69.13; posting-account=OjhBzA0AAAC7IWpsLrvIpzjmXdzmh93y Xref: g2news1.google.com comp.lang.ada:11951 Date: 2005-07-07T14:39:01-07:00 List-Id: Randy Brukardt wrote: > What are trying to do? There might be another way to do it (task ids come to > mind). i need it, i want pass a pointer to an istance of a task type with a generic part to an other task outside the package where the generic task type is defined. if exist an other way to do this is wellcome :)