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

Diff of /classpath/org/omg/CORBA/ValueBaseHolder.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:47 2005 UTC revision 1.1.2.3 by gnu_andrew, Tue Sep 20 18:46:39 2005 UTC
# Line 79  public class ValueBaseHolder Line 79  public class ValueBaseHolder
79    
80    /**    /**
81     * Read fill in the value field by reading an instance from the     * Read fill in the value field by reading an instance from the
82     * given input stream. Uses {@link ValueBaseHelper.}     * given input stream. Uses {@link ValueBaseHelper}
83     *     *
84     * @param input a stream to read from.     * @param input a stream to read from.
85     */     */
# Line 89  public class ValueBaseHolder Line 89  public class ValueBaseHolder
89    }    }
90    
91    /**    /**
92     * Get the typecode of the stored instance. Uses {@link ValueBaseHelper.}     * Get the typecode of the stored instance. Uses {@link ValueBaseHelper}
93     */     */
94    public TypeCode _type()    public TypeCode _type()
95    {    {
# Line 97  public class ValueBaseHolder Line 97  public class ValueBaseHolder
97    }    }
98    
99    /**    /**
100     * Write the stored instance to the given input stream.     * Write the stored instance to the given output stream.
101     * Uses {@link ValueBaseHelper.}     * Uses {@link ValueBaseHelper}
102     *     *
103     * @param input a stream to read from.     * @param output a stream to write to.
104     */     */
105    public void _write(OutputStream output)    public void _write(OutputStream output)
106    {    {

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