PlainSocketImpl.java: Corrected copyright & header comments.
* java/net/PlainSocketImpl.java: Corrected copyright & header comments. * java/net/SocketImpl.java: Added marker for JDK 1.2 work. * java/net/natPlainSocketImpl.cc (bind): Throw BindException. (connect): Throw ConnectException. From-SVN: r26896
This commit is contained in:
parent
3f281ce6f5
commit
7d9a55eb5b
4 changed files with 26 additions and 4 deletions
|
@ -20,6 +20,8 @@ import java.io.*;
|
|||
* Believed complete and correct, except for implementation of toString.
|
||||
*/
|
||||
|
||||
// JDK1.2: needs to implement SocketOptions.
|
||||
// JDK1.2: public abstract class SocketImpl implements SocketOptions
|
||||
public abstract class SocketImpl
|
||||
{
|
||||
protected InetAddress address;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue