/[classpath]/classpath/java/net/MulticastSocket.java
ViewVC logotype

Diff of /classpath/java/net/MulticastSocket.java

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

revision 1.15 by mkoch, Thu Dec 19 10:29:44 2002 UTC revision 1.16 by mkoch, Thu Jan 16 07:54:49 2003 UTC
# Line 1  Line 1 
1  /* MulticastSocket.java -- Class for using multicast sockets  /* MulticastSocket.java -- Class for using multicast sockets
2     Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.     Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003
3       Free Software Foundation, Inc.
4    
5  This file is part of GNU Classpath.  This file is part of GNU Classpath.
6    
# Line 169  public class MulticastSocket extends Dat Line 170  public class MulticastSocket extends Dat
170     *     *
171     * @since 1.4     * @since 1.4
172     */     */
173    public void setInterface(InetAddress inf) throws SocketException    public void setInterface(InetAddress addr) throws SocketException
174    {    {
175      impl.setOption(SocketOptions.IP_MULTICAST_IF, inf);      impl.setOption(SocketOptions.IP_MULTICAST_IF, addr);
176    }    }
177    
178    /**    /**

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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