comp.lang.ada
 help / color / mirror / Atom feed
From: "Liddle Feesh" <no_see_reply_address@spam.com>
Subject: Re: Why won't this package compile?
Date: Wed, 26 Dec 2001 14:15:43 -0000
Date: 2001-12-26T14:15:43+00:00	[thread overview]
Message-ID: <CYkW7.31524$4f7.4360622@news11-gui.server.ntli.net> (raw)
In-Reply-To: dlkW7.31460$4f7.4336955@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;





  reply	other threads:[~2001-12-26 14:15 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 [this message]
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
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