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

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

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

revision 1.1 by audriusa, Sun May 15 01:09:29 2005 UTC revision 1.2 by audriusa, Mon May 30 12:27:50 2005 UTC
# Line 47  import java.io.IOException; Line 47  import java.io.IOException;
47  import java.util.Arrays;  import java.util.Arrays;
48    
49  import org.omg.CORBA.MARSHAL;  import org.omg.CORBA.MARSHAL;
50    import org.omg.CORBA.NO_IMPLEMENT;
51    
52  import org.omg.CORBA.portable.IDLEntity;  import org.omg.CORBA.portable.IDLEntity;
53    
54  /**  /**
# Line 263  public class MessageHeader Line 265  public class MessageHeader
265    
266          /** TODO implement support for the little endian. */          /** TODO implement support for the little endian. */
267          if (!isBigEndian())          if (!isBigEndian())
268            throw new MARSHAL("Little endian unsupported.");            throw new NO_IMPLEMENT("Little endian unsupported.");
269    
270          message_type = (byte) din.read();          message_type = (byte) din.read();
271          message_size = din.readInt();          message_size = din.readInt();

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