[omniORB] Re: Lovely Super Hacky optimisation
David Riddoch
djr@uk.research.att.com
Thu, 10 Feb 2000 14:05:06 +0000 (GMT)
Thanks. I'll fix it.
On Thu, 10 Feb 2000, David Scott wrote:
>
> It didn't seem to want to compile on pitanga until I did this:
>
> diff -u -r1.29.6.3 o2be_sequence.cc
> --- o2be_sequence.cc 2000/02/09 12:04:55 1.29.6.3
> +++ o2be_sequence.cc 2000/02/10 11:33:00
> @@ -1312,9 +1312,10 @@
> int do_contiguous_optimisation = 0;
> if( base_type()->node_type() == AST_Decl::NT_pre_defined ) {
> o2be_operation::argMapping dummymapping;
> - o2be_operation::argType atype = ast2ArgMapping(base_type(),
> - o2be_operation::wIN,
> - dummymapping);
> + o2be_operation::argType atype =
> + o2be_operation::ast2ArgMapping(base_type(),
> + o2be_operation::wIN,
> + dummymapping);
>
>
> --
> Dave Scott, Research Engineer, AT&T Research Cambridge UK
>
>