Summary: | Overhaul Dynamic Any. | ||
---|---|---|---|
Product: | TAO | Reporter: | Jeff Parsons <parsons> |
Component: | ORB | Assignee: | Carlos O'Ryan <coryan> |
Status: | RESOLVED FIXED | ||
Severity: | enhancement | ||
Priority: | P5 | ||
Version: | 1.0.9 | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 192 |
Description
Jeff Parsons
2000-02-25 13:33:22 CST
One of these days... If we can move the DynamicAny code into its own library the total size of the TAO library would be reduced. It is much easier to do that with the new (CORBA 2.3) DynamicAny interfaces, because the DynamicAnys are created by a separate factory, that could be dynamically loaded using the new DLL: string_to_object() classes. I will handle this one, I need it to separate the POA from the core of the ORB. Carlos has brought existing Dynamic Any code up to spec with CORBA 2.4. I'll create a new entry to remind us to complete the implementation (some of the methods are still CORBA::NO_IMPLEMENT). |