/[classpath]/classpath/org/omg/CORBA_2_3/portable/InputStream.java
ViewVC logotype

Diff of /classpath/org/omg/CORBA_2_3/portable/InputStream.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by audriusa, Fri Jun 3 12:35:12 2005 UTC revision 1.3 by audriusa, Sun Jun 5 17:52:28 2005 UTC
# Line 40  package org.omg.CORBA_2_3.portable; Line 40  package org.omg.CORBA_2_3.portable;
40    
41  import org.omg.CORBA.MARSHAL;  import org.omg.CORBA.MARSHAL;
42  import org.omg.CORBA.ValueBaseHelper;  import org.omg.CORBA.ValueBaseHelper;
43    import org.omg.CORBA.portable.BoxedValueHelper;
44    
45  import java.io.Serializable;  import java.io.Serializable;
46    
# Line 186  public abstract class InputStream Line 187  public abstract class InputStream
187      return ((org.omg.CORBA_2_3.ORB) orb()).lookup_value_factory(repository_id)      return ((org.omg.CORBA_2_3.ORB) orb()).lookup_value_factory(repository_id)
188              .read_value(this);              .read_value(this);
189    }    }
190    
191      public Serializable read_value(BoxedValueHelper helper)
192      {
193        return helper.read_value(this);
194      }
195  }  }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26