/[classpath]/classpath/gnu/CORBA/GIOP/ReplyHeader.java
ViewVC logotype

Diff of /classpath/gnu/CORBA/GIOP/ReplyHeader.java

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

revision 1.1.2.3 by gnu_andrew, Sat Sep 10 15:31:35 2005 UTC revision 1.1.2.4 by gnu_andrew, Wed Nov 2 00:43:25 2005 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package gnu.CORBA.GIOP;  package gnu.CORBA.GIOP;
40    
41  import gnu.CORBA.CDR.cdrInput;  import gnu.CORBA.CDR.AbstractCdrInput;
42  import gnu.CORBA.CDR.cdrOutput;  import gnu.CORBA.CDR.AbstractCdrOutput;
43    
44  /**  /**
45   * The header of the standard reply.   * The header of the standard reply.
# Line 47  import gnu.CORBA.CDR.cdrOutput; Line 47  import gnu.CORBA.CDR.cdrOutput;
47   * @author Audrius Meskauskas (AudriusA@Bioinformatics.org)   * @author Audrius Meskauskas (AudriusA@Bioinformatics.org)
48   */   */
49  public abstract class ReplyHeader  public abstract class ReplyHeader
50    extends contextSupportingHeader    extends ContextHandler
51  {  {
52    /**    /**
53     * Reply status, if no exception occured.     * Reply status, if no exception occured.
# Line 121  public abstract class ReplyHeader Line 121  public abstract class ReplyHeader
121     *     *
122     * @param in a stream to read from.     * @param in a stream to read from.
123     */     */
124    public abstract void read(cdrInput in);    public abstract void read(AbstractCdrInput in);
125    
126    /**    /**
127     * Returns a short string representation.     * Returns a short string representation.
# Line 141  public abstract class ReplyHeader Line 141  public abstract class ReplyHeader
141     *     *
142     * @param out a stream to write into.     * @param out a stream to write into.
143     */     */
144    public abstract void write(cdrOutput out);    public abstract void write(AbstractCdrOutput out);
145  }  }

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

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