/[classpath]/classpath/vm/reference/java/io/VMFile.java
ViewVC logotype

Diff of /classpath/vm/reference/java/io/VMFile.java

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

revision 1.3 by mark, Wed Jul 28 06:55:38 2004 UTC revision 1.3.2.1 by gnu_andrew, Fri Jan 14 10:24:18 2005 UTC
# Line 47  import gnu.java.io.PlatformHelper; Line 47  import gnu.java.io.PlatformHelper;
47   */   */
48  final class VMFile  final class VMFile
49  {  {
50          static boolean caseSensitive;    static boolean caseSensitive;
51                    
52          static    static
53          {    {
54            if (Configuration.INIT_LOAD_LIBRARY)      if (Configuration.INIT_LOAD_LIBRARY)
55                  {        {
56                    System.loadLibrary("javaio");          System.loadLibrary("javaio");
57                  }        }
58        
59                  // FIXME: We support only caseSensitive filesystems currently.      // FIXME: We support only caseSensitive filesystems currently.
60                  caseSensitive = true;      caseSensitive = true;
61          }    }
62        
63    /*    /*
64     * This native method does the actual work of getting the last file     * This native method does the actual work of getting the last file

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.3.2.1

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