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,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,7caa1b2a6d36aa0e,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-07-29 05:40:02 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!feed2.news.rcn.net!rcn!nntp.abs.net!lore.csc.com!baen1673807.greenlnk.net!baen1673807!not-for-mail From: "Martin Dowie" Newsgroups: comp.lang.ada Subject: Task storage size Date: Tue, 29 Jul 2003 13:33:38 +0100 Organization: BAE SYSTEMS Message-ID: <3f266925$1@baen1673807.greenlnk.net> NNTP-Posting-Host: 20.44.240.6 X-Trace: lore.csc.com 1059482058 11911 20.44.240.6 (29 Jul 2003 12:34:18 GMT) X-Complaints-To: abuse@news.csc.com NNTP-Posting-Date: Tue, 29 Jul 2003 12:34:18 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 X-Original-NNTP-Posting-Host: glkc1363740.sd.edinbr.gmav.gecm.com X-Original-Trace: 29 Jul 2003 13:31:33 +0100, glkc1363740.sd.edinbr.gmav.gecm.com Xref: archiver1.google.com comp.lang.ada:40940 Date: 2003-07-29T13:33:38+01:00 List-Id: How can I create many instances of a task type with different Storage_Size values? I can set the priority of each by parameterizing the task type, e.g. task type A_Task (Priority : System.Priority := System.Default_Priority); but I can't see any way of having different Storage_Size's...