comp.lang.ada
 help / color / mirror / Atom feed
From: evangeli@cnam.fr (Evangelista Sami)
Subject: protected objects and external call
Date: 22 Jan 2004 08:51:45 -0800
Date: 2004-01-22T08:51:45-08:00	[thread overview]
Message-ID: <5f59677c.0401220851.3c2922b0@posting.google.com> (raw)

hi all

in RM-9.5.1 we see there is a difference between external and internal
protected calls. Let's consider the following code
----------------------------------
protected type Prot is
   procedure P;
end Prot;
My_Prots : array (1..10) of Prot;

protected body Prot is

   procedure P is
   begin
      .....
      My_Prots(5).P;
      ....
   end;

end Prot;
----------------------------------

Is the call "My_Prots(5).P" always considered as an external call or
is it an internal call if the object on which is executed the
procedure is My_Prots(5) ?

Thanks for any help

Sami Evangelista



             reply	other threads:[~2004-01-22 16:51 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-01-22 16:51 Evangelista Sami [this message]
2004-01-22 18:28 ` protected objects and external call Robert A Duff
2004-01-23  8:59 ` Jean-Pierre Rosen
2004-01-23 14:53   ` Robert A Duff
2004-01-23 15:50     ` Jean-Pierre Rosen
2004-01-23 17:19       ` Robert A Duff
replies disabled

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