mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-27 10:54:14 +08:00
2003-01-16 Michael Koch <konqueror@gmx.de>
* java/net/MulticastSocket.java (setInterface): Reindented. From-SVN: r61379
This commit is contained in:
parent
64510a4ff2
commit
676f46d083
@ -1,3 +1,8 @@
|
||||
2003-01-16 Michael Koch <konqueror@gmx.de>
|
||||
|
||||
* java/net/MulticastSocket.java
|
||||
(setInterface): Reindented.
|
||||
|
||||
2003-01-15 Scott Gilbertson <scottg@mantatest.com>
|
||||
|
||||
* gnu/gcj/xlib/natGC.cc (fillPolygon): New method.
|
||||
|
@ -161,15 +161,15 @@ public class MulticastSocket extends DatagramSocket
|
||||
return impl.getTimeToLive();
|
||||
}
|
||||
|
||||
/**
|
||||
* Sets the interface to use for sending multicast packets.
|
||||
*
|
||||
/**
|
||||
* Sets the interface to use for sending multicast packets.
|
||||
*
|
||||
* @param addr The new interface to use.
|
||||
*
|
||||
*
|
||||
* @exception SocketException If an error occurs.
|
||||
*
|
||||
* @since 1.4
|
||||
*/
|
||||
*/
|
||||
public void setInterface(InetAddress addr) throws SocketException
|
||||
{
|
||||
impl.setOption(SocketOptions.IP_MULTICAST_IF, addr);
|
||||
|
Loading…
Reference in New Issue
Block a user