Re: help needed with array out arguments



Hi Gergo,

On Sun, 2002-03-31 at 14:19, ERDI Gergo wrote:
> could someone please send me a client and a server C code snippet that
> uses the following IDL:
> 
> module Test
> {
> 	typedef long Numbers[10];
> 
> 	interface ITest
> 	{
> 		void foo (out Numbers out_array);
> 	};
> };
> 
> I'm looking for the memory allocation scheme that should be used for
> fixed-length 'out' array arguments

	If you look in ORBit2/docs/internals/interface-indirection.gnumeric you
can see the level of indirection that is used both for ORBit2's
ORBit_invoke type thing, and also for the C binding - they are
different.

	HTH,

		Michael.

-- 
 mmeeks@gnu.org  <><, Pseudo Engineer, itinerant idiot




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]