210211212213214215216217218219
any = new AnyImpl( (com.sun.corba.se.spi.orb.ORB)orb ); any.read_value( cdrIn, tc ); } catch( RuntimeException e ) { // See above note. throw new FormatMismatch(); } return any; }
206207208209210211212213214215