/[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.3 by audriusa, Sun Aug 28 11:23:36 2005 UTC revision 1.4 by audriusa, Fri Oct 28 13:01:51 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 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.3  
changed lines
  Added in v.1.4

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