< prev index next >

src/java.corba/share/classes/com/sun/corba/se/impl/encoding/CDROutputObject.java

Print this page

        

*** 164,174 **** /** * Write the contents of the CDROutputStream to the specified * output stream. Has the side-effect of pushing any current * Message onto the Message list. ! * @param s The output stream to write to. */ public void writeTo(CorbaConnection connection) throws java.io.IOException { --- 164,174 ---- /** * Write the contents of the CDROutputStream to the specified * output stream. Has the side-effect of pushing any current * Message onto the Message list. ! * @param connection The output stream to write to. */ public void writeTo(CorbaConnection connection) throws java.io.IOException {
< prev index next >