r123286 - in /branches/redhat/gcc-4_1-branch/li...

tromey@gcc.gnu.org tromey@gcc.gnu.org
Wed Mar 28 01:03:00 GMT 2007


Author: tromey
Date: Wed Mar 28 02:03:25 2007
New Revision: 123286

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123286
Log:
2007-03-27  Casey Marshall  <csm@gnu.org>

	PR classpath/31302:
	* gnu/javax/net/ssl/provider/SSLSocketImpl.java (SSLSocketImpl):
	Always make a new socket.
	(bind, connect, getInetAddress, getLocalAddress, getPort,
	getLocalPort, getRemoteSocketAddress, getLocalSocketAddress,
	setTcpNoDelay, getTcpNoDelay, setSoLinger, getSoLinger,
	setOOBInline, getOOBInline, setSoTimeout, getSoTimeout,
	setSendBufferSize, getSendBufferSize, setReceiveBufferSize,
	getReceiveBufferSize, setKeepAlive, getKeepAlive, setTrafficClass,
	getTrafficClass, setReuseAddress, getReuseAddress, close,
	shutdownInput, shutdownOutput, isConnected, isBound, isClosed,
	isInputShutdown, isOutputShutdown): Always use
	'underlyingSocket'.

Modified:
    branches/redhat/gcc-4_1-branch/libjava/classpath/ChangeLog
    branches/redhat/gcc-4_1-branch/libjava/classpath/gnu/javax/net/ssl/provider/SSLSocketImpl.java



More information about the Gcc-cvs mailing list