comp.lang.ada
 help / color / mirror / Atom feed
From: Egil H H <ehh.public@gmail.com>
Subject: Re: Overriding puzzle
Date: Wed, 30 Dec 2015 07:10:14 -0800 (PST)
Date: 2015-12-30T07:10:14-08:00	[thread overview]
Message-ID: <192c4493-9c53-4e23-b9bd-e4c543738dbc@googlegroups.com> (raw)
In-Reply-To: <5be84c5a-9614-4ee2-ae85-beb962171a05@googlegroups.com>

You need to make the call to Header dispatching.
One way would be:

   procedure New_Page(o: A) is 
    begin 
      Header(A'Class(o)); 
    end;

-- 
~egilhh

  reply	other threads:[~2015-12-30 15:10 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-30 14:49 Overriding puzzle gautier_niouzes
2015-12-30 15:10 ` Egil H H [this message]
2015-12-30 17:31   ` gautier_niouzes
2015-12-30 18:07   ` marciant
2015-12-30 18:24     ` gautier_niouzes
2015-12-30 21:40       ` marciant
2015-12-30 23:10         ` Randy Brukardt
2015-12-31  8:22           ` Niklas Holsti
2015-12-31  8:42             ` Dmitry A. Kazakov
2016-01-03  7:18             ` Randy Brukardt
2015-12-31 16:30           ` marciant
2015-12-30 23:13     ` Randy Brukardt
replies disabled

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