/[classpath]/classpath/gnu/CORBA/CDR/cdrOutput.java
ViewVC logotype

Diff of /classpath/gnu/CORBA/CDR/cdrOutput.java

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

revision 1.1.2.1 by gnu_andrew, Fri May 20 18:20:49 2005 UTC revision 1.1.2.2 by gnu_andrew, Fri May 27 00:01:44 2005 UTC
# Line 647  public abstract class cdrOutput Line 647  public abstract class cdrOutput
647     */     */
648    public void write_octet_array(byte[] x, int ofs, int len)    public void write_octet_array(byte[] x, int ofs, int len)
649    {    {
650      for (int i = ofs; i < ofs + len; i++)      try
651        {        {
652          try          b.write(x, ofs, len);
653            {        }
654              b.write(x, ofs, len);      catch (IOException ex)
655            }        {
656          catch (IOException ex)          Unexpected.error(ex);
           {  
             Unexpected.error(ex);  
           }  
657        }        }
658    }    }
659    

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

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