We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9c5399 commit e0939c9Copy full SHA for e0939c9
TAO/tao/AnyTypeCode/TypeCode_CDR_Extraction.cpp
@@ -1402,9 +1402,7 @@ namespace
1402
1403
if (CORBA::tk_sequence == kind || CORBA::tk_array == kind) // @todo 1. check if recursion is properly handled 2. check need for other complex types
1404
{
1405
- using namespace TAO::TypeCodeFactory;
1406
-
1407
- return tc_sequence_factory (static_cast<CORBA::TCKind> (kind),
+ return TAO::TypeCodeFactory::tc_sequence_factory (static_cast<CORBA::TCKind> (kind),
1408
indir_stream,
1409
tc,
1410
indirect_infos,
0 commit comments