Skip to content

Commit be98f81

Browse files
author
x0r
committed
Don't use use ns TAO::TypeCodeFactory according to review comments
1 parent 59b58e4 commit be98f81

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

TAO/tao/AnyTypeCode/TypeCode_CDR_Extraction.cpp

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1402,9 +1402,7 @@ namespace
14021402

14031403
if (CORBA::tk_sequence == kind || CORBA::tk_array == kind) // @todo 1. check if recursion is properly handled 2. check need for other complex types
14041404
{
1405-
using namespace TAO::TypeCodeFactory;
1406-
1407-
return tc_sequence_factory (static_cast<CORBA::TCKind> (kind),
1405+
return TAO::TypeCodeFactory::tc_sequence_factory (static_cast<CORBA::TCKind> (kind),
14081406
indir_stream,
14091407
tc,
14101408
indirect_infos,

0 commit comments

Comments
 (0)