comp.lang.ada
 help / color / mirror / Atom feed
From: Jeffrey Carter <spam.jrcarter.not@spam.not.acm.org>
Subject: Re: my instansiation of a generic Remote_Call_Interface need a type declared in a package of wrong categorization
Date: Thu, 25 Jul 2013 09:51:13 -0700
Date: 2013-07-25T09:51:13-07:00	[thread overview]
Message-ID: <ksrkm7$3gu$1@dont-email.me> (raw)
In-Reply-To: <14e47bb4-a838-47f8-8617-eb404679d3af@googlegroups.com>

On 07/25/2013 09:26 AM, dontspam365@gmail.com wrote:
>
> Does it exists some method to "trinkle" Core_Package through to the body of
> Test_RCI? I have tried quite a few things to solve this, and I have at the
> moment given up:)

Best case: You can pull the type definition out of Core_Package and into another 
pkg with correct categorization, which you then with by both Core_Package and 
your RCI pkg.

Worst case: You cannot modify Core_Package. In this case you'll have to 
duplicate the type declaration in your RCI pkg (or somewhere else with correct 
categorization) and convert to/from your type when making remote calls.

-- 
Jeff Carter
"I like it when the support group complains that they have
insufficient data on mean time to repair bugs in Ada software."
Robert I. Eachus
91


  reply	other threads:[~2013-07-25 16:51 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-25 16:26 my instansiation of a generic Remote_Call_Interface need a type declared in a package of wrong categorization dontspam365
2013-07-25 16:51 ` Jeffrey Carter [this message]
2013-07-25 17:00 ` Adam Beneschan
2013-07-27  3:31 ` Randy Brukardt
replies disabled

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