comp.lang.ada
 help / color / mirror / Atom feed
From: "Dr. Michael Paus" <paus@ib-paus.com>
Subject: Re: Making a package safe for use by multiple tasks (Correction)
Date: Fri, 07 Jun 2002 15:44:18 +0200
Date: 2002-06-07T13:44:18+00:00	[thread overview]
Message-ID: <3D00B8B2.5000205@ib-paus.com> (raw)
In-Reply-To: 3D00B5B3.9090409@ib-paus.com

One little correction to my above posting. I forgot to mention that
you have to substitude

    type values is array (<>) or real;
    type vector is access values;

by

    type vector is array (<>) or real;

in the case of my modified example code.




  reply	other threads:[~2002-06-07 13:44 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-07 10:07 Making a package safe for use by multiple tasks Alexander Boucke
2002-06-07 11:11 ` Marc A. Criley
2002-06-07 11:47   ` Alexander Boucke
2002-06-07 13:31 ` Dr. Michael Paus
2002-06-07 13:44   ` Dr. Michael Paus [this message]
2002-06-07 15:00 ` Ted Dennison
2002-06-07 16:37 ` Georg Bauhaus
2002-06-07 21:16 ` Jeffrey Carter
2002-06-08 13:14   ` Craig Carey
2002-06-08 13:39     ` Dr. Michael Paus
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox