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

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

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

revision 1.1 by audriusa, Fri Oct 28 10:33:41 2005 UTC revision 1.2 by audriusa, Fri Oct 28 13:01:50 2005 UTC
# Line 37  exception statement from your version. * Line 37  exception statement from your version. *
37    
38  package gnu.CORBA;  package gnu.CORBA;
39    
40  import gnu.CORBA.CDR.cdrBufInput;  import gnu.CORBA.CDR.BufferredCdrInput;
41  import gnu.CORBA.GIOP.MessageHeader;  import gnu.CORBA.GIOP.MessageHeader;
42    
43  import org.omg.CORBA.ORB;  import org.omg.CORBA.ORB;
# Line 83  class RawReply Line 83  class RawReply
83     *     *
84     * @return the CDR stream to read the message data.     * @return the CDR stream to read the message data.
85     */     */
86    cdrBufInput getStream()    BufferredCdrInput getStream()
87    {    {
88      cdrBufInput in = new cdrBufInput(data);      BufferredCdrInput in = new BufferredCdrInput(data);
89      in.setOffset(header.getHeaderSize());      in.setOffset(header.getHeaderSize());
90      in.setVersion(header.version);      in.setVersion(header.version);
91      in.setOrb(orb);      in.setOrb(orb);

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