Bug 2775 - Remove usage of to_string and from_string from type code implementation
Summary: Remove usage of to_string and from_string from type code implementation
Status: ASSIGNED
Alias: None
Product: TAO
Classification: Unclassified
Component: ORB (show other bugs)
Version: 1.5.6
Hardware: All All
: P3 normal
Assignee: DOC Center Support List (internal)
URL:
Depends on:
Blocks:
 
Reported: 2007-01-21 15:36 CST by Jeff Parsons
Modified: 2018-01-15 11:21 CST (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 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