303304305306307308309310311312313
for( Iterator<NamedValue> it = ((org.jacorb.orb.NVList)arguments).iterator(); it.hasNext();) { NamedValue namedValue = it.next(); if( namedValue.flags() != org.omg.CORBA.ARG_OUT.value ) { namedValue.value().write_value(out); } }