Bug 3519

Summary: ACE_Argv_Type_Converter incorrectly used to copy argv
Product: TAO Reporter: Johnny Willemsen <jwillemsen>
Component: ORBAssignee: DOC Center Support List (internal) <tao-support>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 1.6.6   
Hardware: All   
OS: Windows NT   

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)