Bug 3519 - ACE_Argv_Type_Converter incorrectly used to copy argv
Summary: ACE_Argv_Type_Converter incorrectly used to copy argv
Status: NEW
Alias: None
Product: TAO
Classification: Unclassified
Component: ORB (show other bugs)
Version: 1.6.6
Hardware: All Windows NT
: P3 normal
Assignee: DOC Center Support List (internal)
URL:
Depends on:
Blocks:
 
Reported: 2008-11-21 09:04 CST by Johnny Willemsen
Modified: 2008-11-21 09:04 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 Johnny Willemsen 2008-11-21 09:04:19 CST
the ACE_Argv_Type_Converter is used in some places with the idea to get a copy of argc/argv, but this class only makes a copy when there is a conversion from ascii to wchar_t or reverse, not when ascii is assigned and then ascii is retrieved. For this use case we should have ACE_Argv_Copy (or something like that)