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

Diff of /classpath/org/omg/CORBA/IntHolder.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 99  public final class IntHolder Line 99  public final class IntHolder
99     */     */
100    public void _read(InputStream input)    public void _read(InputStream input)
101    {    {
102      input.read_long();      value = input.read_long();
103    }    }
104    
105    /**    /**

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