< prev index next >

src/java.corba/share/classes/org/omg/CORBA/DoubleSeqHolder.java

Print this page

        

*** 24,41 **** */ package org.omg.CORBA; /** ! * The Holder for <tt>DoubleSeq</tt>. For more information on ! * Holder files, see <a href="doc-files/generatedfiles.html#holder"> ! * "Generated Files: Holder Files"</a>.<P> ! * org/omg/CORBA/DoubleSeqHolder.java ! * Generated by the IDL-to-Java compiler (portable), version "3.0" ! * from streams.idl ! * 13 May 1999 22:41:37 o'clock GMT+00:00 ! */ public final class DoubleSeqHolder implements org.omg.CORBA.portable.Streamable { public double value[] = null; --- 24,41 ---- */ package org.omg.CORBA; /** ! * The Holder for {@code DoubleSeq}. For more information on ! * Holder files, see <a href="doc-files/generatedfiles.html#holder"> ! * "Generated Files: Holder Files"</a>.<P> ! * org/omg/CORBA/DoubleSeqHolder.java ! * Generated by the IDL-to-Java compiler (portable), version "3.0" ! * from streams.idl ! * 13 May 1999 22:41:37 o'clock GMT+00:00 ! */ public final class DoubleSeqHolder implements org.omg.CORBA.portable.Streamable { public double value[] = null;
< prev index next >