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

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

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

revision 1.1.2.1 by gnu_andrew, Mon Apr 18 01:37:43 2005 UTC revision 1.1.2.2 by gnu_andrew, Fri May 20 18:21:00 2005 UTC
# Line 1  Line 1 
1  /* PRIVATE_MEMBER.java --  /* PRIVATE_MEMBER.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 39  package org.omg.CORBA; Line 39  package org.omg.CORBA;
39    
40  /**  /**
41   * One of the two constants, defining the visibility scope of   * One of the two constants, defining the visibility scope of
42   * the {@link ValueMember}. The other constant is   * the {@link ValueMember}. The other constant is
43   * {@link PUBLIC_MEMBER}.   * {@link PUBLIC_MEMBER}.
44   *   *
45   * @author Audrius Meskauskas (AudriusA@Bioinformatics.org)   * @author Audrius Meskauskas (AudriusA@Bioinformatics.org)
46   *   *
47   * @see ValueMember#access   * @see ValueMember#access
48   */   */
49  public interface PRIVATE_MEMBER  public interface PRIVATE_MEMBER
# Line 51  public interface PRIVATE_MEMBER Line 51  public interface PRIVATE_MEMBER
51    /**    /**
52     * The flag, specifying that the value member is private.     * The flag, specifying that the value member is private.
53     */     */
54    int value = 0;    short value = 0;
55  }  }

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

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