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

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

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

revision 1.4 by mkoch, Sat Nov 16 15:48:26 2002 UTC revision 1.5 by mkoch, Mon Oct 20 15:41:47 2003 UTC
# Line 1  Line 1 
1  /* PipeImpl.java --  /* PipeImpl.java --
2     Copyright (C) 2002 Free Software Foundation, Inc.     Copyright (C) 2002, 2003 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 37  exception statement from your version. * Line 37  exception statement from your version. *
37    
38  package gnu.java.nio;  package gnu.java.nio;
39    
40    import java.io.IOException;
41  import java.nio.channels.Pipe;  import java.nio.channels.Pipe;
42    import java.nio.channels.spi.SelectorProvider;
43    
44  class PipeImpl extends Pipe  class PipeImpl extends Pipe
45  {  {
46    public PipeImpl()    public PipeImpl (SelectorProvider provider)
47        throws IOException
48    {    {
49        super();
50    }    }
51            
52    public Pipe.SinkChannel sink()    public Pipe.SinkChannel sink()

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

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