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

Diff of /classpath/java/net/InetAddress.java

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

revision 1.8 by mark, Fri Mar 23 11:07:19 2001 UTC revision 1.9 by cbj, Fri Sep 21 04:22:08 2001 UTC
# Line 31  import java.io.Serializable; Line 31  import java.io.Serializable;
31  import java.util.Hashtable;  import java.util.Hashtable;
32  import java.util.StringTokenizer;  import java.util.StringTokenizer;
33    
34    import gnu.classpath.Configuration;
35    
36  /**  /**
37    * This class models an Internet address.  It does not have a public    * This class models an Internet address.  It does not have a public
38    * constructor.  Instead, new instances of this objects are created    * constructor.  Instead, new instances of this objects are created
# Line 55  public final class InetAddress implement Line 57  public final class InetAddress implement
57   */   */
58    
59  // Static Initializer to load the shared library needed for name resolution  // Static Initializer to load the shared library needed for name resolution
60  static    static
61  {    {
62    System.loadLibrary("javanet");      if (Configuration.INIT_LOAD_LIBRARY)
63  }        {
64            System.loadLibrary("javanet");
65          }
66      }
67    
68  /**  /**
69    * The default DNS hash table size    * The default DNS hash table size

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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