comp.lang.ada
 help / color / mirror / Atom feed
* Completion error
@ 2002-10-18 20:42 Dominic D'Apice
  2002-10-19 14:54 ` Gautier
  0 siblings, 1 reply; 3+ messages in thread
From: Dominic D'Apice @ 2002-10-18 20:42 UTC (permalink / 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




^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2002-10-19 14:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <000001c276e6$da5a6cb0$0101a8c0@Dominik>
2002-10-18 21:11 ` Completion error David C. Hoos
2002-10-18 20:42 Dominic D'Apice
2002-10-19 14:54 ` Gautier

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