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

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

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

revision 1.1 by audriusa, Sun Apr 10 10:22:05 2005 UTC revision 1.2 by audriusa, Sat Jun 11 20:43:38 2005 UTC
# Line 1  Line 1 
1  /* VM_CUSTOM.java --  /* VM_CUSTOM.java --
2     Copyright (C) 2005 Free Software Foundation, Inc.     Copyright (C) 2005 Free Software Foundation, Inc.
3    
4  This file is part of GNU Classpath.  This file is part of GNU Classpath.
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38  package org.omg.CORBA;  package org.omg.CORBA;
39    
40  /**  /**
41   * Holds a single constant, specifying, that   * Indicates a custom marshalled value type. One of the possible
42   * the code used to represent a custom marshalled value type in a typecode.   * values, returned by {@link TypeCode#type_modifier()}.
43   *   *
44   * @author Audrius Meskauskas (AudriusA@Bioinformatics.org)   * @author Audrius Meskauskas (AudriusA@Bioinformatics.org)
45   */   */
46  public interface VM_CUSTOM  public interface VM_CUSTOM
47  {  {
48    /**    /**
49     * States that the code used to represent a custom     * States that the code used to represent a custom
50     * marshalled value type in a typecode.     * marshalled value type in a typecode.
51     */     */
52    short value = 1;    short value = 1;

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

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