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

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

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

revision 1.2 by mark, Sat Jul 2 20:32:58 2005 UTC revision 1.3 by trebligd, Wed Sep 14 07:45:05 2005 UTC
# Line 59  public abstract class VisibilityHelper Line 59  public abstract class VisibilityHelper
59    
60    /**    /**
61     * Insert the Visibility into the given Any.     * Insert the Visibility into the given Any.
62     * Uses {@link Any.insert_short}.     * Uses {@link Any#insert_short}.
63     */     */
64    public static void insert(Any any, short that)    public static void insert(Any any, short that)
65    {    {
# Line 68  public abstract class VisibilityHelper Line 68  public abstract class VisibilityHelper
68    
69    /**    /**
70     * Extract the Visibility from the given Any.     * Extract the Visibility from the given Any.
71     * Uses {@link Any.extract_short}.     * Uses {@link Any#extract_short}.
72     */     */
73    public static short extract(Any any)    public static short extract(Any any)
74    {    {
# Line 103  public abstract class VisibilityHelper Line 103  public abstract class VisibilityHelper
103    /**    /**
104     * Read the visibility value (as short) from the CDR intput stream.     * Read the visibility value (as short) from the CDR intput stream.
105     *     *
106     * Uses {@link InputStream.read_short()}.     * Uses {@link InputStream#read_short()}.
107     *     *
108     * @param istream a stream to read from.     * @param istream a stream to read from.
109     */     */
# Line 115  public abstract class VisibilityHelper Line 115  public abstract class VisibilityHelper
115    /**    /**
116     * Write the visibility value (as short) to the CDR output stream.     * Write the visibility value (as short) to the CDR output stream.
117     *     *
118     * USes {@link OutputStream.write_short(short)}.     * USes {@link OutputStream#write_short(short)}.
119     *     *
120     * @param ostream a stream to write into.     * @param ostream a stream to write into.
121     * @param value a value to write.     * @param value a value to write.

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