comp.lang.ada
 help / color / mirror / Atom feed
From: vashwath@rediffmail.com (prashna)
Subject: Renames: use of it....
Date: 26 Nov 2002 02:37:30 -0800
Date: 2002-11-26T10:37:30+00:00	[thread overview]
Message-ID: <d40d7104.0211260237.64e4cddf@posting.google.com> (raw)

Hi all,
I am doing a code review for a one of the module in flight management
computer.
One the procedure is calling an another procedure
(COMMANDS.EXECUTE_SCROLL) from a package called COMMANDS.
In package COMMANDS the declaration of the procedure EXECUTE_SCROLL is
as follows :
procedure EXECUTE_SCROLL (MCDU_ID   : in
MMI_APPLICATION_TYPES.T_MCDU_ID;
                             DIRECTION : in CONTEXT_TYPES.T_DIRECTION)
renames ACTION_CONTROLER.EXECUTE_SCROLL;

All the procedures in this package is rename of a procedure in package
ACTION_CONTROLER or some other package. Why is it so?Why can't use the
procedure from the package ACTION_CONTROLER itself(i.e instead of
calling COMMANDS.EXECUTE_SCROLL why can't they use
ACTION_CONTROLER.EXECUTE_SCROLL)?Is the package COMMANDS really
required?

Thanks in advance,
ashwath



             reply	other threads:[~2002-11-26 10:37 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-11-26 10:37 prashna [this message]
2002-11-26 12:57 ` Renames: use of it Marin David Condic
  -- strict thread matches above, loose matches on Subject: below --
2002-11-26 11:21 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