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

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

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

revision 1.1 by rveldema, Mon Mar 11 16:24:12 2002 UTC revision 1.2 by rveldema, Tue Mar 12 11:36:22 2002 UTC
# Line 1  Line 1 
1  package manta.runtime;  package gnu.java.nio;
2    
3  import java.io.*;  import java.io.*;
4  import java.nio.channels.spi.*;  import java.nio.channels.spi.*;
# Line 45  class ServerSocketChannelImpl extends Se Line 45  class ServerSocketChannelImpl extends Se
45      {      {
46      }      }
47    
48      SocketChannel accept()      public SocketChannel accept()
49      {      {
50          SocketChannelImpl result = new SocketChannelImpl(provider());          SocketChannelImpl result = new SocketChannelImpl(provider());
51                            
# Line 56  class ServerSocketChannelImpl extends Se Line 56  class ServerSocketChannelImpl extends Se
56          return result;          return result;
57      }      }
58    
59      ServerSocket socket()      public ServerSocket socket()
60      {      {
61          return null;          return null;
62      }      }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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