/[classpath]/classpath/gnu/java/nio/FileChannelImpl.java
ViewVC logotype

Diff of /classpath/gnu/java/nio/FileChannelImpl.java

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

revision 1.12 by mkoch, Wed Jun 11 14:58:22 2003 UTC revision 1.13 by mkoch, Wed Jun 18 09:45:00 2003 UTC
# Line 35  this exception to your version of the li Line 35  this exception to your version of the li
35  obligated to do so.  If you do not wish to do so, delete this  obligated to do so.  If you do not wish to do so, delete this
36  exception statement from your version. */  exception statement from your version. */
37    
38    
39  package gnu.java.nio;  package gnu.java.nio;
40    
41  import java.io.EOFException;  import java.io.EOFException;
# Line 65  import gnu.classpath.RawData; Line 66  import gnu.classpath.RawData;
66    
67  public class FileChannelImpl extends FileChannel  public class FileChannelImpl extends FileChannel
68  {  {
   // FIXME: This should not be public  
69    public RawData map_address;    public RawData map_address;
70        
71    int length;    int length;

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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