Skip to content

Commit

Permalink
Don't use use ns TAO::TypeCodeFactory according to review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
x0r committed Feb 27, 2020
1 parent 59b58e4 commit be98f81
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions TAO/tao/AnyTypeCode/TypeCode_CDR_Extraction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1402,9 +1402,7 @@ namespace

if (CORBA::tk_sequence == kind || CORBA::tk_array == kind) // @todo 1. check if recursion is properly handled 2. check need for other complex types
{
using namespace TAO::TypeCodeFactory;

return tc_sequence_factory (static_cast<CORBA::TCKind> (kind),
return TAO::TypeCodeFactory::tc_sequence_factory (static_cast<CORBA::TCKind> (kind),
indir_stream,
tc,
indirect_infos,
Expand Down

0 comments on commit be98f81

Please sign in to comment.