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

Diff of /classpath/java/net/PlainDatagramSocketImpl.java

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

revision 1.5 by rao, Wed Mar 15 23:46:14 2000 UTC revision 1.6 by cbj, Fri Sep 21 04:22:08 2001 UTC
# Line 28  executable file might be covered by the Line 28  executable file might be covered by the
28  package java.net;  package java.net;
29    
30  import java.io.IOException;  import java.io.IOException;
31    import gnu.classpath.Configuration;
32    
33  /**  /**
34    * This is the default socket implementation for datagram sockets.    * This is the default socket implementation for datagram sockets.
# Line 48  public class PlainDatagramSocketImpl ext Line 49  public class PlainDatagramSocketImpl ext
49   */   */
50    
51  // Static initializer to load native library  // Static initializer to load native library
52  static    static
53  {    {
54    System.loadLibrary("javanet");      if (Configuration.INIT_LOAD_LIBRARY)
55  }        {
56            System.loadLibrary("javanet");
57          }
58      }
59    
60  /*************************************************************************/  /*************************************************************************/
61    

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