comp.lang.ada
 help / color / mirror / Atom feed
From: "Jeff Creem" <jeff@thecreems.com>
Subject: Re: Why won't this package compile?
Date: Wed, 26 Dec 2001 15:08:27 GMT
Date: 2001-12-26T15:08:27+00:00	[thread overview]
Message-ID: <LJlW7.39111$5W5.14828785@typhoon.ne.mediaone.net> (raw)
In-Reply-To: CYkW7.31524$4f7.4360622@news11-gui.server.ntli.net

Apart from  your other parse error, the reason that  you are getting errors
about not completing
specification is that the body procedures do not have the same parameters as
those in the spec.

"Liddle Feesh" <no_see_reply_address@spam.com> wrote in message
news:CYkW7.31524$4f7.4360622@news11-gui.server.ntli.net...
> In addition, I've created a package body for the program as below...
>
> Still getting errors apon errors - a parse error, plus errors for not
> completing the specification -> which to my best knowledge and ability is
> complete.
>
> Does >anyone< have any pointers?
>
> Kind Regards, and a Merry Christmas and a Happy New Year to all @
> comp.lang.ada
>
>
> --
> Liddle Feesh
>  '  O 0 o <"//><  ' o'^
> (Remove UNDERPANTS to reply)
>
>
>
> package body Queue_Package is
>
>   procedure add is
>   begin
>   -- put_Line("Queue_Package Add node procedure");
>   end add;
>
>   procedure remove is
>   begin
>   -- Put_Line("Queue_Package Remove node procedure");
>   end Remove;
>
>   procedure initalise is
>   begin
>
>   end initalise;
>
>   procedure is_empty_Queue
>   begin
>
>   end is_empty_Queue;
>
> end Queue_Package;
>
>





  parent reply	other threads:[~2001-12-26 15:08 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-12-26 13:33 Why won't this package compile? Liddle Feesh
2001-12-26 14:15 ` Liddle Feesh
2001-12-26 14:59   ` Michal Nowak
2001-12-26 22:20     ` Liddle Feesh
2001-12-27  8:21       ` Michael Bode
2001-12-27 10:02       ` Michal Nowak
2001-12-27 17:03         ` Liddle Feesh
2001-12-28  9:15           ` GNAT on Win2K Was: " Michal Nowak
2001-12-28 16:25             ` Alfred Hilscher
2001-12-28 17:08               ` Liddle Feesh
2001-12-26 15:08   ` Jeff Creem [this message]
2001-12-26 14:49 ` Larry Hazel
2001-12-26 22:21   ` Liddle Feesh
2001-12-27  1:19     ` Larry Hazel
2001-12-26 19:33 ` martin.m.dowie
2001-12-26 23:10 ` Why won't this package compile? - ERRORS FIXED & NEW PROBLEMS & New Source Code Listing Liddle Feesh
2001-12-27  4:21   ` Larry Hazel
2001-12-27 16:57     ` Liddle Feesh
replies disabled

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