comp.lang.ada
 help / color / mirror / Atom feed
From: "Dominic D'Apice" <dapiced@sympatico.ca>
Subject: Completion error
Date: Fri, 18 Oct 2002 16:42:19 -0400
Date: 2002-10-18T16:42:19-04:00	[thread overview]
Message-ID: <mailman.1034973782.2809.comp.lang.ada@ada.eu.org> (raw)

Hi , what means this :

services.ads: Error: line 7 col 6 LRM:3.10.1(3), Completion required for
incomplete type 'reservation', Continuing 

I declare this :


ADS :
-------------------------------------------
type reservation;
type louer is access reservation;


ADB :
-------------------------------------------
type reservation is record
       num       : natural := 0;

       plancher  : integer := 20;
       plafond   : integer := 20;
       classe    : auto := econo;
       nomclient : string(1..256);
end record;


type tete_liste_louer is record
	 premier  : louer   := null;
	 dernier  : louer   := null;
	 longueur : natural := 0;
end record;




thanks




             reply	other threads:[~2002-10-18 20:42 UTC|newest]

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

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