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,d775e66c331d34f6 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2004-01-03 17:04:11 PST Path: archiver1.google.com!news2.google.com!newsfeed2.dallas1.level3.net!news.level3.com!priapus.visi.com!orange.octanews.net!news.octanews.net!news-out.visi.com!petbe.visi.com!newshosting.com!nx02.iad01.newshosting.com!216.166.71.118.MISMATCH!small1.nntp.aus1.giganews.com!border1.nntp.aus1.giganews.com!intern1.nntp.aus1.giganews.com!nntp.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail NNTP-Posting-Date: Sat, 03 Jan 2004 19:04:09 -0600 Date: Sat, 03 Jan 2004 20:04:09 -0500 From: "Robert I. Eachus" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: protected type question References: <4948f537.0401031258.62a7cdc7@posting.google.com> In-Reply-To: <4948f537.0401031258.62a7cdc7@posting.google.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: <-MWdnfpXl-IU-2qiRVn-hQ@comcast.com> NNTP-Posting-Host: 24.34.214.193 X-Trace: sv3-Kyirm9t1z7MtAix2OSvXbG6y+pAgxOcZxY6+P9eHGp76xkydVELlOkUDczYbgl9tA4bFGWME0IylNo3!Iqd53oSwEThPg0qp3bCUjy2tcMq9g6lmPEBpWinayzuzTVAA/qwGmGEXklclfQ== X-Complaints-To: abuse@comcast.net X-DMCA-Complaints-To: dmca@comcast.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.1 Xref: archiver1.google.com comp.lang.ada:4092 Date: 2004-01-03T20:04:09-05:00 List-Id: shoko wrote: > i have the following package: ... > in the main procedure i am trying to create a task > 1.I get compilation error:"wait" not decllared in "str_broadcasts" > what am i doing wrong? > > 2.In the broadcasts package i use send all procedure that will free > all waiting tasks is this is the right way? This should say: > task body messages is > m:message; > begin > loop > str_broadcasts.broadcast.wait(a); > end loop; > end messages; ... -- Robert I. Eachus "The war on terror is a different kind of war, waged capture by capture, cell by cell, and victory by victory. Our security is assured by our perseverance and by our sure belief in the success of liberty." -- George W. Bush