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

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

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

revision 1.3 by audriusa, Fri Oct 28 13:01:51 2005 UTC revision 1.4 by audriusa, Fri Oct 28 14:05:21 2005 UTC
# Line 41  package gnu.CORBA.GIOP.v1_0; Line 41  package gnu.CORBA.GIOP.v1_0;
41  import gnu.CORBA.CDR.AbstractCdrInput;  import gnu.CORBA.CDR.AbstractCdrInput;
42  import gnu.CORBA.CDR.AbstractCdrOutput;  import gnu.CORBA.CDR.AbstractCdrOutput;
43  import gnu.CORBA.GIOP.ServiceContext;  import gnu.CORBA.GIOP.ServiceContext;
44  import gnu.CORBA.GIOP.cxCodeSet;  import gnu.CORBA.GIOP.CodeSetServiceContext;
45    
46  /**  /**
47   * The header of the standard reply.   * The header of the standard reply.
# Line 104  public class ReplyHeader Line 104  public class ReplyHeader
104      request_id = in.read_ulong();      request_id = in.read_ulong();
105      reply_status = in.read_ulong();      reply_status = in.read_ulong();
106    
107      in.setCodeSet(cxCodeSet.find(service_context));      in.setCodeSet(CodeSetServiceContext.find(service_context));
108    }    }
109    
110    /**    /**
# Line 134  public class ReplyHeader Line 134  public class ReplyHeader
134      out.write_ulong(request_id);      out.write_ulong(request_id);
135      out.write_ulong(reply_status);      out.write_ulong(reply_status);
136    
137      out.setCodeSet(cxCodeSet.find(service_context));      out.setCodeSet(CodeSetServiceContext.find(service_context));
138    }    }
139  }  }

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