comp.lang.ada
 help / color / mirror / Atom feed
* packet type ?
@ 2000-01-14  0:00 Alfred Hilscher
  2000-01-14  0:00 ` Ted Dennison
  0 siblings, 1 reply; 10+ messages in thread
From: Alfred Hilscher @ 2000-01-14  0:00 UTC (permalink / raw)


Hi all,

I am not so familiar with the OO-extensions of Ada95 so maybe my
question is obsolete. What I'm looking for is something like a "packege
type" (similar to "task type"). What I want do is something like this:

package type stack is
  push (item : in ...);
  pop  (item : out ...)
end stack

procedure application is
  User_stack : stack;
  Supervisor_stack : stack;
  Interrupt_stack : stack;
begin
 ...
end application;


Any suggestions how to do this ?




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

end of thread, other threads:[~2000-01-20  0:00 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-01-14  0:00 packet type ? Alfred Hilscher
2000-01-14  0:00 ` Ted Dennison
2000-01-18  0:00   ` Alfred Hilscher
2000-01-18  0:00     ` Brian Rogoff
2000-01-18  0:00     ` Ted Dennison
2000-01-19  0:00     ` Anders Gidenstam
2000-01-19  0:00       ` Brian Rogoff
2000-01-20  0:00         ` Andy S
2000-01-20  0:00           ` Brian Rogoff
2000-01-20  0:00           ` Tucker Taft

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