Bug 2775

Summary: Remove usage of to_string and from_string from type code implementation
Product: TAO Reporter: Jeff Parsons <j.parsons>
Component: ORBAssignee: DOC Center Support List (internal) <tao-support>
Status: ASSIGNED ---    
Severity: normal    
Priority: P3    
Version: 1.5.6   
Hardware: All   
OS: All   

Description Jeff Parsons 2007-01-21 15:36:20 CST
Since the strings used in a type code (mostly for repo ids and local names) 
are unbounded, there is no need to (de)marshal them with the 
CORBA::Any::to_string and CORBA::Any::from_string structs, which are intended 
for bounded strings.
Comment 1 Jeff Parsons 2007-01-21 15:37:41 CST
accepted
Comment 2 Johnny Willemsen 2007-02-21 06:45:56 CST
updated version