Index: org/omg/CORBA/TRANSIENT.java
===================================================================
RCS file: /cvsroot/classpath/classpath/org/omg/CORBA/TRANSIENT.java,v
retrieving revision 1.3
diff -u -r1.3 TRANSIENT.java
--- org/omg/CORBA/TRANSIENT.java	13 Mar 2005 18:06:44 -0000	1.3
+++ org/omg/CORBA/TRANSIENT.java	25 May 2005 17:37:30 -0000
@@ -41,9 +41,9 @@
 import java.io.Serializable;
 
 /**
- * Means that the ORB cannot <i>reach</i> the object. It is not an 
+ * Means that the ORB cannot <i>reach</i> the object. It is not an
  * indication that this object does not exist.
- * 
+ *
  * @author Audrius Meskauskas (AudriusA@Bioinformatics.org)
  */
 public class TRANSIENT
@@ -61,6 +61,11 @@
   }
 
   /**
+   * Use serialVersionUID (v1.4) for interoperability.
+   */
+  private static final long serialVersionUID = 8168539547719791425L;
+
+  /**
    * Creates TRANSIENT with the default minor code of 0 and a
    * completion state COMPLETED_NO.
    */
@@ -89,4 +94,4 @@
   {
     super(reason, minor, completed);
   }
-}
+}
\ No newline at end of file
