comp.lang.ada
 help / color / mirror / Atom feed
From: "David C. Hoos" <david.c.hoos.sr@ada95.com>
Subject: Re: Completion error
Date: Fri, 18 Oct 2002 16:11:23 -0500
Date: 2002-10-18T16:11:23-05:00	[thread overview]
Message-ID: <mailman.1034975522.3884.comp.lang.ada@ada.eu.org> (raw)
In-Reply-To: 000001c276e6$da5a6cb0$0101a8c0@Dominik


----- Original Message -----
From: "Dominic D'Apice" <dapiced@sympatico.ca>
To: "Ada Anglais Mailling List" <comp.lang.ada@ada.eu.org>
Sent: Friday, October 18, 2002 3:42 PM
Subject: Completion error


> Hi , what means this :
>
> services.ads: Error: line 7 col 6 LRM:3.10.1(3), Completion required for
> incomplete type 'reservation', Continuing
>
It means exactly what it says.

Here is the referenced section of the LRM:
3.10.1 (3) An incomplete_type_declaration requires a completion, which shall
be a full_type_declaration. If the incomplete_type_declaration occurs
immediately within either the visible part of a package_specification or a
declarative_part, then the full_type_declaration shall occur later and
immediately within this visible part or declarative_part. If the
incomplete_type_declaration occurs immediately within the private part of a
given package_specification, then the full_type_declaration shall occur
later and immediately within either the private part itself, or the
declarative_part of the corresponding package_body.

Your example was not complete enough to determine whether the incomplete
declaration of 'reservation' was in the private part of the specification.


<snip>






       reply	other threads:[~2002-10-18 21:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <000001c276e6$da5a6cb0$0101a8c0@Dominik>
2002-10-18 21:11 ` David C. Hoos [this message]
2002-10-18 20:42 Completion error Dominic D'Apice
2002-10-19 14:54 ` Gautier
replies disabled

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