/[classpath]/classpath/org/omg/CORBA/ByteHolder.java
ViewVC logotype

Diff of /classpath/org/omg/CORBA/ByteHolder.java

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

revision 1.2 by gnu_andrew, Sun Mar 6 22:37:05 2005 UTC revision 1.3 by audriusa, Tue Mar 8 15:14:06 2005 UTC
# Line 100  public final class ByteHolder Line 100  public final class ByteHolder
100     */     */
101    public void _read(InputStream input)    public void _read(InputStream input)
102    {    {
103      input.read_octet();      value = input.read_octet();
104    }    }
105    
106    /**    /**

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