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

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

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

revision 1.1.2.2 by gnu_andrew, Tue Aug 2 20:12:46 2005 UTC revision 1.1.2.3 by gnu_andrew, Wed Nov 2 00:44:11 2005 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package org.omg.CORBA;  package org.omg.CORBA;
40    
41  import gnu.CORBA.primitiveTypeCode;  import gnu.CORBA.typecodes.PrimitiveTypeCode;
42    
43  import org.omg.CORBA.portable.InputStream;  import org.omg.CORBA.portable.InputStream;
44  import org.omg.CORBA.portable.OutputStream;  import org.omg.CORBA.portable.OutputStream;
# Line 58  public final class PrincipalHolder Line 58  public final class PrincipalHolder
58     * The default type code for this holder.     * The default type code for this holder.
59     */     */
60    private static final TypeCode t_any =    private static final TypeCode t_any =
61      new primitiveTypeCode(TCKind.tk_Principal);      new PrimitiveTypeCode(TCKind.tk_Principal);
62    
63    /**    /**
64     * The instance of {@link Principal}, held by this holder.     * The instance of {@link Principal}, held by this holder.

Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3

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