comp.lang.ada
 help / color / mirror / Atom feed
From: "mferracini" <maurizio.ferracini@gmail.com>
Subject: Re: test with task
Date: 23 Nov 2004 08:37:18 -0800
Date: 2004-11-23T08:37:18-08:00	[thread overview]
Message-ID: <1101227838.280922.166610@c13g2000cwb.googlegroups.com> (raw)
In-Reply-To: 211db0ae.0411230312.48f36e70@posting.google.com

new problem :) (i try a solution of my problem but dont' work...)

package Foo is
package Bar is
procedure nulla;
end Bar;
end Foo;

package body Foo is
package body Bar is
type Dummy is new Integer;
procedure Nulla is
X : Dummy;
begin
X:=1;
end Nulla;
end Bar;
type N_array is array (1..10) of dummy;
begin
null;
end Foo;

--------------------------------
how make dummy visible? and if dummy is a task type?

thanks




  parent reply	other threads:[~2004-11-23 16:37 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-23 11:12 test with task Maurizio
2004-11-23 16:36 ` mferracini
2004-11-23 18:42   ` Jeffrey Carter
2004-11-25 10:52     ` mferracini
2004-11-25 20:23       ` Jeffrey Carter
2004-11-25 21:07       ` Björn Lundin
2004-11-23 16:37 ` mferracini [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-12-17 13:17 Brittany
replies disabled

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