comp.lang.ada
 help / color / mirror / Atom feed
From: tmoran@acm.org
Subject: Re: Newbie: Task parametering
Date: Sun, 16 Oct 2005 23:10:00 -0500
Date: 2005-10-16T23:10:00-05:00	[thread overview]
Message-ID: <1rKdnYiFU5mFuc7eRVn-hA@comcast.com> (raw)
In-Reply-To: y_WdneMMKpr1k87eRVn-rQ@comcast.com

> Things of type Data_Handle point to heap-allocated objects (it says
> "is access" not "is access all"), so you don't need any "aliased".
  Oops, that's not right.  You don't need any "aliased" unless you have an
"access all" type which can point to a component of a Task_Data record.
You apparently don't have, and presumably don't need, such a thing, so you
can drop the "aliased"s.
>   Another_Task := new A_Task(Data_For_Task);
Yes, should create and start a new A_Task with an access to a Task_Data
record as its discriminant.



  reply	other threads:[~2005-10-17  4:10 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-10-17  0:23 Newbie: Task parametering Andrew Price
2005-10-17  0:53 ` jimmaureenrogers
2005-10-17  2:37   ` tmoran
2005-10-17  4:10     ` tmoran [this message]
2005-10-17  4:58   ` Andrew Price
2005-10-17 10:02     ` Jacob Sparre Andersen
2005-10-17 15:57   ` Poul-Erik Andreasen
2005-10-17 22:51   ` Stephen Leake
replies disabled

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