/[classpath]/classpath/gnu/CORBA/gnuAny.java
ViewVC logotype

Diff of /classpath/gnu/CORBA/gnuAny.java

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

revision 1.8 by audriusa, Sun Oct 2 19:58:00 2005 UTC revision 1.9 by audriusa, Tue Oct 4 17:58:15 2005 UTC
# Line 63  import org.omg.CORBA.TCKind; Line 63  import org.omg.CORBA.TCKind;
63  import org.omg.CORBA.TypeCode;  import org.omg.CORBA.TypeCode;
64  import org.omg.CORBA.TypeCodeHolder;  import org.omg.CORBA.TypeCodeHolder;
65  import org.omg.CORBA.ValueBaseHolder;  import org.omg.CORBA.ValueBaseHolder;
 import org.omg.CORBA.portable.BoxedValueHelper;  
66  import org.omg.CORBA.portable.Streamable;  import org.omg.CORBA.portable.Streamable;
67    
68  import java.io.Serializable;  import java.io.Serializable;
# Line 89  import java.util.zip.Adler32; Line 88  import java.util.zip.Adler32;
88  public class gnuAny  public class gnuAny
89    extends Any    extends Any
90  {  {
91      /**
92       * Use serialVersionUID for interoperability.
93       */
94      private static final long serialVersionUID = 1;
95      
96    /**    /**
97     * The value, returned by {@link #type()} if the value has been     * The value, returned by {@link #type()} if the value has been
98     * not intialized.     * not intialized.
# Line 798  public class gnuAny Line 802  public class gnuAny
802      catch (Exception ex)      catch (Exception ex)
803        {        {
804          MARSHAL m = new MARSHAL();          MARSHAL m = new MARSHAL();
805            m.minor = Minor.Any;
806          m.initCause(ex);          m.initCause(ex);
807          throw m;          throw m;
808        }        }

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

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