/[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.12 by mkoch, Tue Nov 12 07:23:38 2002 UTC revision 1.13 by ericb, Fri Nov 15 14:24:48 2002 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 Free Software Foundation, Inc.     Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38  package java.net;  package java.net;
39    
40  import java.io.IOException;  import java.io.IOException;
41    import java.util.Enumeration;
42    
43  /**  /**
44   * Written using on-line Java Platform 1.2 API Specification, as well   * Written using on-line Java Platform 1.2 API Specification, as well

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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