/[classpath]/classpath/gnu/java/rmi/rmic/RMIC.java
ViewVC logotype

Diff of /classpath/gnu/java/rmi/rmic/RMIC.java

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

revision 1.10 by mark, Fri Aug 29 21:32:31 2003 UTC revision 1.11 by mkoch, Sat Oct 2 08:40:09 2004 UTC
# Line 1  Line 1 
1  /*  /* RMIC.java --
2    Copyright (c) 1996, 1997, 1998, 1999, 2001, 2002, 2003 Free Software Foundation, Inc.     Copyright (c) 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004
3       Free Software Foundation, Inc.
4    
5  This file is part of GNU Classpath.  This file is part of GNU Classpath.
6    
# Line 7  GNU Classpath is free software; you can Line 8  GNU Classpath is free software; you can
8  it under the terms of the GNU General Public License as published by  it under the terms of the GNU General Public License as published by
9  the Free Software Foundation; either version 2, or (at your option)  the Free Software Foundation; either version 2, or (at your option)
10  any later version.  any later version.
11    
12  GNU Classpath is distributed in the hope that it will be useful, but  GNU Classpath is distributed in the hope that it will be useful, but
13  WITHOUT ANY WARRANTY; without even the implied warranty of  WITHOUT ANY WARRANTY; without even the implied warranty of
14  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
# Line 37  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package gnu.java.rmi.rmic;  package gnu.java.rmi.rmic;
40    
41    import gnu.java.rmi.server.RMIHashes;
42  import java.io.File;  import java.io.File;
43  import java.io.FileWriter;  import java.io.FileWriter;
 import java.io.PrintWriter;  
44  import java.io.IOException;  import java.io.IOException;
45    import java.io.PrintWriter;
46  import java.lang.reflect.Method;  import java.lang.reflect.Method;
47  import java.lang.reflect.Modifier;  import java.lang.reflect.Modifier;
48  import java.rmi.RemoteException;  import java.rmi.RemoteException;
49    import java.util.Arrays;
50  import java.util.HashSet;  import java.util.HashSet;
51  import java.util.Iterator;  import java.util.Iterator;
 import java.util.Arrays;  
52  import java.util.Set;  import java.util.Set;
53    
 import gnu.java.rmi.server.RMIHashes;  
   
54  public class RMIC {  public class RMIC {
55    
56  private String[] args;  private String[] args;

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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