comp.lang.ada
 help / color / mirror / Atom feed
From: "Dr. Adrian Wrigley" <amtw@linuxchip.demon.co.uk.uk.uk>
Subject: Re: seperate compilation for protected objects
Date: Thu, 31 Mar 2005 12:22:18 GMT
Date: 2005-03-31T12:22:18+00:00	[thread overview]
Message-ID: <pan.2005.03.31.12.23.45.542646@linuxchip.demon.co.uk.uk.uk> (raw)
In-Reply-To: 1112270905.678889.118410@f14g2000cwb.googlegroups.com

On Thu, 31 Mar 2005 04:08:25 -0800, Andrew wrote:

> Hello,
> 
> I am trying to do seperate compilation with a protected object.
> 
> I have something similar to the following:
> 
> === file tasks.ads ===
> package Tasks is
> 
>     protected type Boob is
>         . . .
>     end Boob;
> end Tasks;
> 
> === file tasks.adb ===
> package body Tasks is
>     <blah>
>     protected body Boob is seperate;
> end Tasks;

I hope you spell it *separate* in the actual code!
-- 
Adrian




  parent reply	other threads:[~2005-03-31 12:22 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-03-31 12:08 seperate compilation for protected objects Andrew
2005-03-31 12:15 ` Peter Hermann
2005-03-31 12:20   ` Andrew
2005-03-31 12:22 ` Dr. Adrian Wrigley [this message]
2005-03-31 12:29   ` Andrew
2005-03-31 13:44 ` Jean-Pierre Rosen
2005-04-01  8:25   ` Andrew
replies disabled

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