Bug 1489

Summary: _this() bypasses object reference template (ORT)
Product: TAO Reporter: Carlos O'Ryan <coryan>
Component: IDL CompilerAssignee: DOC Center Support List (internal) <tao-support>
Status: ASSIGNED ---    
Severity: normal    
Priority: P3    
Version: 1.3.1   
Hardware: All   
OS: All   

Description Carlos O'Ryan 2003-04-09 20:46:06 CDT
_this allocates object references explicitly.  This works around the object
reference template IOR interception points, it would be better to create those
references using the TAO_ORB_Core::create_object() method.
Comment 1 Carlos O'Ryan 2003-04-09 20:46:38 CDT
On second thought this is an IDL compiler bug....
Comment 2 Carlos O'Ryan 2003-04-09 20:47:23 CDT
... and so it belongs to Jeff ...
Comment 3 Jeff Parsons 2003-04-10 17:01:50 CDT
Accepted.