Summary: | remote orb must be consulted for _is_a() on INS objects | ||
---|---|---|---|
Product: | TAO | Reporter: | Chris Hafey <chris> |
Component: | ORB | Assignee: | DOC Center Support List (internal) <tao-support> |
Status: | RESOLVED --- | ||
Severity: | minor | ||
Priority: | P2 | ||
Version: | 1.0.8 | ||
Hardware: | All | ||
OS: | All |
Description
Chris Hafey
1999-12-11 22:26:23 CST
I'll take a look at this. Sorry it took me so long to look at this one. This is not a bug, there is no way to specify the type_hint for URL-style object references. So the client ORB must use _is_a(). This shouldn't be a problem in general because URL-style object references are intended for bootstrapping a few objects only. If the application really wants to avoid the _is_a() call then a possible workaround is to use _unchecked_narrow(). |