comp.lang.ada
 help / color / mirror / Atom feed
From: Peter Amey <peter.amey@praxis-cs.co.uk>
Subject: Re: Interfaces.C and use clause
Date: Mon, 23 May 2005 15:43:38 +0100
Date: 2005-05-23T15:43:38+01:00	[thread overview]
Message-ID: <3fe8gsF7a37sU1@individual.net> (raw)
In-Reply-To: <1116581365.139348.126170@g44g2000cwa.googlegroups.com>



ich_bin_elvis@hotmail.com wrote:
> When I use : Use Interfaces.C;
> 
[snip]
> 
> for the use type win32.bool i made a shadow package... And this worked
> fine. But when I remove the use clause for Interfaces.C  I get that
> operators  +-= is not visible an that this could be solved with an use
> clause.... is there another way. any examples
> 

At the point where you "with" the win32 shadow package add "use type 
xxxx.bool;" (where xxxx is  replaced with th ename of your shadow 
package).  Use type make sall the operators visible but soen't have any 
of the less desirable effects of "use".

Peter




      reply	other threads:[~2005-05-23 14:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-05-19 13:58 Interfaces.C and use clause ich_bin_elvis
2005-05-19 14:22 ` Vinzent 'Gadget' Hoefler
2005-05-19 14:24 ` Robert A Duff
2005-05-19 15:18   ` Rod Chapman
2005-05-20  9:29     ` ich_bin_elvis
2005-05-23 14:43       ` Peter Amey [this message]
replies disabled

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