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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,3e3b1c50b9a29c0b X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!l41g2000cwc.googlegroups.com!not-for-mail From: "Andrew" Newsgroups: comp.lang.ada Subject: Re: Forwarding declaration? Date: 1 Apr 2005 01:22:40 -0800 Organization: http://groups.google.com Message-ID: <1112347360.589216.87040@l41g2000cwc.googlegroups.com> References: <1112344582.787855.248880@o13g2000cwo.googlegroups.com> <12n3iagr7ygz6.fa1zf1uu12bf.dlg@40tude.net> NNTP-Posting-Host: 4.228.123.19 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1112347381 4097 127.0.0.1 (1 Apr 2005 09:23:01 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Fri, 1 Apr 2005 09:23:01 +0000 (UTC) In-Reply-To: <12n3iagr7ygz6.fa1zf1uu12bf.dlg@40tude.net> User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: l41g2000cwc.googlegroups.com; posting-host=4.228.123.19; posting-account=Kq9unQ0AAADh_grEViI3JGqegXKDDjxt Xref: g2news1.google.com comp.lang.ada:10213 Date: 2005-04-01T01:22:40-08:00 List-Id: Thanks Dmitry. I found the example I had in my mind from Cohen's book on page 526. I came back to c.l.a to say that I had found it. Before I could you had already posted the answer. I knew it could be done with records but wasn't sure how to do it with task types. I also had: task type A; instead of type A; Also, thanks for the tip on the access parameter! Andrew