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

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

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

revision 1.3 by mark, Sat Jul 2 20:32:09 2005 UTC revision 1.4 by audriusa, Tue Oct 4 17:58:14 2005 UTC
# Line 39  exception statement from your version. * Line 39  exception statement from your version. *
39  package gnu.CORBA.GIOP;  package gnu.CORBA.GIOP;
40    
41  import gnu.CORBA.IOR;  import gnu.CORBA.IOR;
42    import gnu.CORBA.Minor;
43    
44  import java.io.IOException;  import java.io.IOException;
45  import java.io.OutputStream;  import java.io.OutputStream;
# Line 90  public class ErrorMessage Line 91  public class ErrorMessage
91      catch (IOException ex)      catch (IOException ex)
92        {        {
93          MARSHAL t = new MARSHAL();          MARSHAL t = new MARSHAL();
94            t.minor = Minor.Header;
95          t.initCause(ex);          t.initCause(ex);
96          throw t;          throw t;
97        }        }

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