Skip to content

Commit e0939c9

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Diff for: TAO/tao/AnyTypeCode/TypeCode_CDR_Extraction.cpp

+1-3
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)