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

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

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

revision 1.2 by mark, Tue Jan 22 22:27:00 2002 UTC revision 1.3 by mkoch, Sun Mar 23 09:15:08 2003 UTC
# Line 41  import java.rmi.Remote; Line 41  import java.rmi.Remote;
41  import java.lang.Exception;  import java.lang.Exception;
42  import java.rmi.server.RemoteCall;  import java.rmi.server.RemoteCall;
43    
44  public interface Skeleton {  /**
45     * @deprecated
46  public void dispatch(Remote obj, RemoteCall theCall, int opnum, long hash) throws Exception;   */
47  public Operation[] getOperations();  public interface Skeleton
48    {
49      public void dispatch (Remote obj, RemoteCall theCall, int opnum, long hash)
50        throws Exception;
51    
52      public Operation[] getOperations();
53  }  }

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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