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

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

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

revision 1.2 by mark, Sat Jul 2 20:32:09 2005 UTC revision 1.3 by audriusa, Tue Oct 4 17:58:15 2005 UTC
# Line 98  public class streamReadyHolder Line 98  public class streamReadyHolder
98        }        }
99      catch (IOException ex)      catch (IOException ex)
100        {        {
101          throw new MARSHAL(ex + ":" + ex.getMessage());          MARSHAL m = new MARSHAL();
102            m.initCause(ex);
103            m.minor = Minor.CDR;
104            throw m;
105        }        }
106    }    }
107    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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