/[classpath]/classpath/org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateNameHelper.java
ViewVC logotype

Diff of /classpath/org/omg/PortableInterceptor/ORBInitInfoPackage/DuplicateNameHelper.java

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

revision 1.2 by mark, Sat Jul 2 20:33:01 2005 UTC revision 1.3 by audriusa, Sun Aug 28 11:23:37 2005 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package org.omg.PortableInterceptor.ORBInitInfoPackage;  package org.omg.PortableInterceptor.ORBInitInfoPackage;
40    
41    import gnu.CORBA.*;
42    
43  import org.omg.CORBA.Any;  import org.omg.CORBA.Any;
44  import org.omg.CORBA.BAD_OPERATION;  import org.omg.CORBA.BAD_OPERATION;
45  import org.omg.CORBA.ORB;  import org.omg.CORBA.ORB;
# Line 46  import org.omg.CORBA.TCKind; Line 48  import org.omg.CORBA.TCKind;
48  import org.omg.CORBA.TypeCode;  import org.omg.CORBA.TypeCode;
49  import org.omg.CORBA.portable.InputStream;  import org.omg.CORBA.portable.InputStream;
50  import org.omg.CORBA.portable.OutputStream;  import org.omg.CORBA.portable.OutputStream;
 import gnu.CORBA.*;  
51    
52  /**  /**
53  * The helper operations for the exception {@link DuplicateName}.   * The helper operations for the exception {@link DuplicateName}.
54  *   *
55  * @author Audrius Meskauskas, Lithiania (AudriusA@Bioinformatics.org)   * @author Audrius Meskauskas, Lithiania (AudriusA@Bioinformatics.org)
56  */   */
57  public abstract class DuplicateNameHelper  public abstract class DuplicateNameHelper
58  {  {
59    /**    /**
# Line 83  public abstract class DuplicateNameHelpe Line 84  public abstract class DuplicateNameHelpe
84    }    }
85    
86    /**    /**
87    * Insert the DuplicateName into the given Any.     * Insert the DuplicateName into the given Any.
88    * This method uses the DuplicateNameHolder.     * This method uses the DuplicateNameHolder.
89    *     *
90    * @param any the Any to insert into.     * @param any the Any to insert into.
91    * @param that the DuplicateName to insert.     * @param that the DuplicateName to insert.
92    */     */
93    public static void insert(Any any, DuplicateName that)    public static void insert(Any any, DuplicateName that)
94    {    {
95      any.insert_Streamable(new DuplicateNameHolder(that));      any.insert_Streamable(new DuplicateNameHolder(that));

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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