Bug 461 - Overhaul Dynamic Any.
Summary: Overhaul Dynamic Any.
Status: RESOLVED FIXED
Alias: None
Product: TAO
Classification: Unclassified
Component: ORB (show other bugs)
Version: 1.0.9
Hardware: All All
: P5 enhancement
Assignee: Carlos O'Ryan
URL:
Depends on:
Blocks: 192
  Show dependency tree
 
Reported: 2000-02-25 13:33 CST by Jeff Parsons
Modified: 2000-08-28 11:37 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 Jeff Parsons 2000-02-25 13:33:22 CST
Spec for DynAny has changed a lot since it was implemented in TAO.
Comment 1 Jeff Parsons 2000-02-25 13:33:59 CST
One of these days...
Comment 2 Carlos O'Ryan 2000-04-10 16:49:59 CDT
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.
Comment 3 Carlos O'Ryan 2000-08-25 18:38:27 CDT
I will handle this one, I need it to separate the POA from the core of the ORB.
Comment 4 Jeff Parsons 2000-08-28 11:37:36 CDT
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).