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=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,4dcea36626746792 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-04-14 07:39:11 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: tony_gair@yahoo.co.uk (Tony Gair) Newsgroups: comp.lang.ada Subject: Re: something I would like to see in ADA 2005 Date: 14 Apr 2003 07:39:11 -0700 Organization: http://groups.google.com/ Message-ID: <6a90b886.0304140639.4ee1abfb@posting.google.com> References: <6a90b886.0304100522.2ebf68b2@posting.google.com> NNTP-Posting-Host: 194.75.147.42 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1050331151 25179 127.0.0.1 (14 Apr 2003 14:39:11 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 14 Apr 2003 14:39:11 GMT Xref: archiver1.google.com comp.lang.ada:36129 Date: 2003-04-14T14:39:11+00:00 List-Id: > How would tasks help? Task types are no more generic than protected > types. If you want genericity, you have to wrap it in a package. Maybe I can use a generic package, but I would like to declare a protected type the same way I declare a package or a task. I disagree with the statement that tasks are no more generic than PO's. For instance try declaring a generic protected object.