comp.lang.ada
 help / color / mirror / Atom feed
* help on task types
@ 1999-03-03  0:00 coxaw
  1999-03-03  0:00 ` Steve Folly
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: coxaw @ 1999-03-03  0:00 UTC (permalink / raw)


If I declare a task type that reads input from a file and prints to
screen

Then instantiate 3 copies of this type

can i tell each one to read from a different file ?

and how is it done ?

ie

task type reader_type is
blah
blah
blah
end reader;

read1:reader_type;
read2:reader_type;

but read1 is to read from inFile1
and read2 from inFile2




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~1999-03-03  0:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-03-03  0:00 help on task types coxaw
1999-03-03  0:00 ` Steve Folly
1999-03-03  0:00 ` dennison
1999-03-03  0:00 ` Stephen Leake

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