/[classpath]/classpath/java/net/PlainSocketImpl.java
ViewVC logotype

Diff of /classpath/java/net/PlainSocketImpl.java

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

revision 1.5 by cbj, Fri Jul 6 03:45:14 2001 UTC revision 1.6 by cbj, Fri Sep 21 04:22:08 2001 UTC
# Line 30  package java.net; Line 30  package java.net;
30  import java.io.InputStream;  import java.io.InputStream;
31  import java.io.OutputStream;  import java.io.OutputStream;
32  import java.io.IOException;  import java.io.IOException;
33    import gnu.classpath.Configuration;
34    
35  /**  /**
36    * Unless the application installs its own SocketImplFactory, this is the    * Unless the application installs its own SocketImplFactory, this is the
# Line 51  class PlainSocketImpl extends SocketImpl Line 52  class PlainSocketImpl extends SocketImpl
52   */   */
53    
54  // Static initializer to load native library  // Static initializer to load native library
55  static    static
56  {    {
57    System.loadLibrary("javanet");      if (Configuration.INIT_LOAD_LIBRARY)
58  }        {
59            System.loadLibrary("javanet");
60          }
61      }
62    
63  /*************************************************************************/  /*************************************************************************/
64    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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