Bug 109

Summary: Add << and >> operators to the CORBA::Request class.
Product: TAO Reporter: Ossama Othman <ossama.othman>
Component: ORBAssignee: Jeff Parsons <parsons>
Status: RESOLVED ---    
Severity: enhancement    
Priority: P3    
Version: 1.0   
Hardware: All   
OS: All   

Description Ossama Othman 1999-07-26 16:56:38 CDT
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.
Comment 1 Carlos O'Ryan 1999-08-03 12:10:59 CDT
Jeff is the DII/DSI expert and he was interested in this feature.
Comment 2 Jeff Parsons 1999-08-09 13:38:59 CDT
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.