OSDN Git Service

Imported Classpath 0.18.
[pf3gnuchains/gcc-fork.git] / libjava / classpath / org / omg / CORBA_2_3 / portable / OutputStream.java
index 2f83a93..2ff8c22 100644 (file)
@@ -117,7 +117,7 @@ public abstract class OutputStream
    */
   public void write_value(Serializable value, BoxedValueHelper helper)
   {
-    helper.write_value(this, value);
+    Vio.write(this, value, helper);
   }
 
   /**