Please report new issues athttps://github.com/DOCGroup
Add << and >> operators to the CORBA::Request class, to simplify DII invocations (this is an Orbix-sism). The IDL compiler has to generate them for the user defined types.
Jeff is the DII/DSI expert and he was interested in this feature.
This was given to me to implement quite a while back, then cancelled. It was decided that, since this is not part of the spec, but only an Orbix-ism, it is not important. Besides, the add_(in)(out)_arg functions that were added to the spec since then are the preferred mode now anyway, and these are implemented in TAO.