/[classpath]/classpath/org/omg/CORBA/TRANSIENT.java
ViewVC logotype

Diff of /classpath/org/omg/CORBA/TRANSIENT.java

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

revision 1.2.2.2 by gnu_andrew, Wed Mar 23 21:00:05 2005 UTC revision 1.2.2.3 by gnu_andrew, Fri May 27 00:01:46 2005 UTC
# Line 41  package org.omg.CORBA; Line 41  package org.omg.CORBA;
41  import java.io.Serializable;  import java.io.Serializable;
42    
43  /**  /**
44   * 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
45   * indication that this object does not exist.   * indication that this object does not exist.
46   *   *
47   * @author Audrius Meskauskas (AudriusA@Bioinformatics.org)   * @author Audrius Meskauskas (AudriusA@Bioinformatics.org)
48   */   */
49  public class TRANSIENT  public class TRANSIENT
# Line 61  public class TRANSIENT Line 61  public class TRANSIENT
61    }    }
62    
63    /**    /**
64       * Use serialVersionUID (v1.4) for interoperability.
65       */
66      private static final long serialVersionUID = 8168539547719791425L;
67    
68      /**
69     * Creates TRANSIENT with the default minor code of 0 and a     * Creates TRANSIENT with the default minor code of 0 and a
70     * completion state COMPLETED_NO.     * completion state COMPLETED_NO.
71     */     */
# Line 89  public class TRANSIENT Line 94  public class TRANSIENT
94    {    {
95      super(reason, minor, completed);      super(reason, minor, completed);
96    }    }
97  }  }

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

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