< prev index next >

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

Print this page

        

*** 24,53 **** */ package org.omg.CORBA; /** ! * The Helper for <tt>AnySeq</tt>. For more information on ! * Helper files, see <a href="doc-files/generatedfiles.html#helper"> ! * "Generated Files: Helper Files"</a>.<P> ! * org/omg/CORBA/AnySeqHelper.java ! * Generated by the IDL-to-Java compiler (portable), version "3.0" ! * from streams.idl ! * 13 May 1999 22:41:36 o'clock GMT+00:00 ! * ! * The class definition has been modified to conform to the following ! * OMG specifications : ! * <ul> ! * <li> ORB core as defined by CORBA 2.3.1 ! * (<a href="http://www.omg.org/cgi-bin/doc?formal/99-10-07">formal/99-10-07</a>) ! * </li> ! * ! * <li> IDL/Java Language Mapping as defined in ! * <a href="http://www.omg.org/cgi-bin/doc?ptc/00-01-08">ptc/00-01-08</a> ! * </li> ! * </ul> ! */ public abstract class AnySeqHelper { private static String _id = "IDL:omg.org/CORBA/AnySeq:1.0"; --- 24,53 ---- */ package org.omg.CORBA; /** ! * The Helper for {@code AnySeq}. For more information on ! * Helper files, see <a href="doc-files/generatedfiles.html#helper"> ! * "Generated Files: Helper Files"</a>.<P> ! * org/omg/CORBA/AnySeqHelper.java ! * Generated by the IDL-to-Java compiler (portable), version "3.0" ! * from streams.idl ! * 13 May 1999 22:41:36 o'clock GMT+00:00 ! * ! * The class definition has been modified to conform to the following ! * OMG specifications : ! * <ul> ! * <li> ORB core as defined by CORBA 2.3.1 ! * (<a href="http://www.omg.org/cgi-bin/doc?formal/99-10-07">formal/99-10-07</a>) ! * </li> ! * ! * <li> IDL/Java Language Mapping as defined in ! * <a href="http://www.omg.org/cgi-bin/doc?ptc/00-01-08">ptc/00-01-08</a> ! * </li> ! * </ul> ! */ public abstract class AnySeqHelper { private static String _id = "IDL:omg.org/CORBA/AnySeq:1.0";
< prev index next >