/[classpath]/classpath/java/io/ObjectOutputStream.java
ViewVC logotype

Diff of /classpath/java/io/ObjectOutputStream.java

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

revision 1.17 by warrenl, Fri Oct 6 00:03:07 2000 UTC revision 1.18 by cbj, Fri Sep 21 04:22:07 2001 UTC
# Line 35  import java.util.Hashtable; Line 35  import java.util.Hashtable;
35    
36  import gnu.java.io.ObjectIdentityWrapper;  import gnu.java.io.ObjectIdentityWrapper;
37  import gnu.java.lang.reflect.TypeSignature;  import gnu.java.lang.reflect.TypeSignature;
38    import gnu.classpath.Configuration;
39    
40  /**  /**
41     An <code>ObjectOutputStream</code> can be used to write objects     An <code>ObjectOutputStream</code> can be used to write objects
# Line 1210  public class ObjectOutputStream extends Line 1211  public class ObjectOutputStream extends
1211    
1212    static    static
1213    {    {
1214      System.loadLibrary ("javaio");      if (Configuration.INIT_LOAD_LIBRARY)
1215          {
1216            System.loadLibrary ("javaio");
1217          }
1218    }    }
1219  }  }
1220    

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

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