< prev index next >

src/java.corba/share/classes/com/sun/corba/se/impl/ior/iiop/IIOPAddressBase.java

Print this page

        

*** 30,42 **** import org.omg.CORBA_2_3.portable.InputStream ; import org.omg.CORBA_2_3.portable.OutputStream ; import com.sun.corba.se.spi.ior.iiop.IIOPAddress ; ! /** ! * @author ! */ abstract class IIOPAddressBase implements IIOPAddress { // Ports are marshalled as shorts on the wire. The IDL // type is unsigned short, which lacks a convenient representation // in Java in the 32768-65536 range. So, we treat ports as --- 30,40 ---- import org.omg.CORBA_2_3.portable.InputStream ; import org.omg.CORBA_2_3.portable.OutputStream ; import com.sun.corba.se.spi.ior.iiop.IIOPAddress ; ! abstract class IIOPAddressBase implements IIOPAddress { // Ports are marshalled as shorts on the wire. The IDL // type is unsigned short, which lacks a convenient representation // in Java in the 32768-65536 range. So, we treat ports as
< prev index next >