Bug 461

Summary: Overhaul Dynamic Any.
Product: TAO Reporter: Jeff Parsons <parsons>
Component: ORBAssignee: 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
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).