/[classpath]/classpath/org/omg/CORBA/portable/RemarshalException.java
ViewVC logotype

Diff of /classpath/org/omg/CORBA/portable/RemarshalException.java

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

revision 1.2.2.1 by gnu_andrew, Fri May 20 18:21:00 2005 UTC revision 1.2.2.2 by gnu_andrew, Fri May 27 00:01:46 2005 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package org.omg.CORBA.portable;  package org.omg.CORBA.portable;
40    
41    import java.io.Serializable;
42    
43  /**  /**
44   * This is exception is potentially thrown by the _invoke()   * This is exception is potentially thrown by the _invoke()
# Line 49  package org.omg.CORBA.portable; Line 50  package org.omg.CORBA.portable;
50   */   */
51  public class RemarshalException  public class RemarshalException
52    extends Exception    extends Exception
53    implements java.io.Serializable    implements Serializable
54  {  {
55      /**
56       * Use serialVersionUID (v1.4) for interoperability.
57       */
58      private static final long serialVersionUID = -7025491253080954918L;
59  }  }

Legend:
Removed from v.1.2.2.1  
changed lines
  Added in v.1.2.2.2

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