Bug 109 - Add << and >> operators to the CORBA::Request class.
Summary: Add << and >> operators to the CORBA::Request class.
Status: RESOLVED
Alias: None
Product: TAO
Classification: Unclassified
Component: ORB (show other bugs)
Version: 1.0
Hardware: All All
: P3 enhancement
Assignee: Jeff Parsons
URL:
Depends on:
Blocks:
 
Reported: 1999-07-26 16:56 CDT by Ossama Othman
Modified: 1999-08-09 13:38 CDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.