/[classpath]/classpath/java/rmi/server/UnicastRemoteObject.java
ViewVC logotype

Diff of /classpath/java/rmi/server/UnicastRemoteObject.java

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

revision 1.4 by mark, Thu Oct 31 18:35:23 2002 UTC revision 1.5 by tromey, Fri Jan 3 22:55:06 2003 UTC
# Line 1  Line 1 
1  /*  /*
2    Copyright (c) 1996, 1997, 1998, 1999, 2002 Free Software Foundation, Inc.    Copyright (c) 1996, 1997, 1998, 1999, 2002, 2003 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
5    
# Line 113  public static RemoteStub exportObject(Re Line 113  public static RemoteStub exportObject(Re
113    }    }
114    
115    public static boolean unexportObject(Remote obj, boolean force)    public static boolean unexportObject(Remote obj, boolean force)
116      throws RemoteException, NoSuchObjectException      throws NoSuchObjectException
117    {    {
118      if (obj instanceof RemoteObject)      if (obj instanceof RemoteObject)
119        {        {

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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