/[classpath]/classpath/gnu/CORBA/IorDelegate.java
ViewVC logotype

Diff of /classpath/gnu/CORBA/IorDelegate.java

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

revision 1.1 by audriusa, Fri Oct 28 12:04:39 2005 UTC revision 1.2 by audriusa, Fri Oct 28 13:01:50 2005 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package gnu.CORBA;  package gnu.CORBA;
40    
41  import gnu.CORBA.CDR.cdrBufInput;  import gnu.CORBA.CDR.BufferredCdrInput;
42  import gnu.CORBA.GIOP.ReplyHeader;  import gnu.CORBA.GIOP.ReplyHeader;
43    
44  import org.omg.CORBA.CompletionStatus;  import org.omg.CORBA.CompletionStatus;
# Line 185  public class IorDelegate extends SimpleD Line 185  public class IorDelegate extends SimpleD
185    
186                  // Read reply header.                  // Read reply header.
187                  ReplyHeader rh = response.header.create_reply_header();                  ReplyHeader rh = response.header.create_reply_header();
188                  cdrBufInput input = response.getStream();                  BufferredCdrInput input = response.getStream();
189                  input.setOrb(orb);                  input.setOrb(orb);
190                  rh.read(input);                  rh.read(input);
191                  request.request.m_rph = rh;                  request.request.m_rph = rh;
# Line 338  public class IorDelegate extends SimpleD Line 338  public class IorDelegate extends SimpleD
338    /**    /**
339     * Show exception to interceptor.     * Show exception to interceptor.
340     */     */
341    void showException(StreamBasedRequest request, cdrBufInput input)    void showException(StreamBasedRequest request, BufferredCdrInput input)
342      throws ForwardRequest      throws ForwardRequest
343    {    {
344      input.mark(2048);      input.mark(2048);

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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