[omniORB] about add_out_arg() in DII (add some missing statement)

Duncan Grisby duncan@grisby.org
Thu Jul 11 14:50:02 2002


On Tuesday 9 July, zhang ji wrote:

> I try to find some reference in how to use the
> add_out_arg() in DII for my problem:

add_out_arg() only sets the type of an out argument. It doesn't
provide a value to be filled in by the request. To get hold of the out
arguments after the call, you must call the request object's
arguments() function, and look at the NVList you get.

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan@grisby.org     --
   -- http://www.grisby.org --