Bug 1489 - _this() bypasses object reference template (ORT)
Summary: _this() bypasses object reference template (ORT)
Status: ASSIGNED
Alias: None
Product: TAO
Classification: Unclassified
Component: IDL Compiler (show other bugs)
Version: 1.3.1
Hardware: All All
: P3 normal
Assignee: DOC Center Support List (internal)
URL:
Depends on:
Blocks:
 
Reported: 2003-04-09 20:46 CDT by Carlos O'Ryan
Modified: 2018-01-15 11:21 CST (History)
0 users

See Also:


Attachments

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