comp.lang.ada
 help / color / mirror / Atom feed
From: tmoran@acm.org
Subject: Re: A bunch of questions that come after "Hello world"
Date: Thu, 14 Nov 2002 19:51:07 GMT
Date: 2002-11-14T19:51:07+00:00	[thread overview]
Message-ID: <L8TA9.29898$nB.2680@sccrnsc03> (raw)
In-Reply-To: 5ad0dd8a.0211140218.6d48be15@posting.google.com

>   protected type Door is
>   ...
>   end Door;
>   type Door_Nogo is record
>       -- can't put function / procedure here?
  But you can:

  type Door_Nogo is record
    Action : Door;
  end record;

  Front_Door,
  Back_Door : Door_Nogo;
begin
  Front_Door.Action.Open;
  ...



  parent reply	other threads:[~2002-11-14 19:51 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-13 20:44 A bunch of questions that come after "Hello world" Wojtek Narczynski
2002-11-13 20:57 ` Robert A Duff
2002-11-14 10:18   ` Wojtek Narczynski
2002-11-14 11:21     ` David C. Hoos, Sr.
2002-11-14 19:51     ` tmoran [this message]
2002-11-14 21:51     ` Robert A Duff
2002-11-15 17:50       ` Wojtek Narczynski
2002-11-15 23:07         ` Robert A Duff
2002-11-18 10:24           ` Wojtek Narczynski
2002-11-18 11:54             ` Dmitry A. Kazakov
2002-11-18 16:24               ` Wojtek Narczynski
2002-11-18 21:19                 ` Robert A Duff
2002-11-19  8:48                 ` Dmitry A. Kazakov
2002-11-13 22:06 ` Martin Dowie
2002-11-14 17:48   ` Pascal Obry
2002-11-14 18:53     ` David C. Hoos
2002-11-14 22:36     ` Martin Dowie
2002-11-15  1:25       ` Jeffrey Carter
2002-11-13 22:31 ` Stephen Leake
  -- strict thread matches above, loose matches on Subject: below --
2002-11-18 10:32 Grein, Christoph
replies disabled

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