/[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.3 by audriusa, Tue May 31 20:27:14 2005 UTC revision 1.4 by audriusa, Fri Jun 3 15:12:30 2005 UTC
# Line 706  public abstract class cdrOutput Line 706  public abstract class cdrOutput
706        }        }
707      catch (IOException ex)      catch (IOException ex)
708        {        {
709          throw new MARSHAL("IOException while writing the data");          MARSHAL t = new MARSHAL();
710            t.initCause(ex);
711            throw t;
712        }        }
713    }    }
714    
# Line 725  public abstract class cdrOutput Line 727  public abstract class cdrOutput
727        }        }
728      catch (IOException ex)      catch (IOException ex)
729        {        {
730          throw new MARSHAL("IOException while writing the data");          MARSHAL t = new MARSHAL();
731            t.initCause(ex);
732            throw t;
733        }        }
734    }    }
735    

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