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

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

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

revision 1.1 by audriusa, Sun May 22 12:20:58 2005 UTC revision 1.2 by audriusa, Fri Jun 3 15:12:30 2005 UTC
# Line 109  class universalHolder Line 109  class universalHolder
109        }        }
110      catch (IOException ex)      catch (IOException ex)
111        {        {
112          throw new MARSHAL(ex.getClass().getName() + ":" + ex.getMessage());          MARSHAL t = new MARSHAL();
113            t.initCause(ex);
114            throw t;
115        }        }
116    }    }
117    
# Line 139  class universalHolder Line 141  class universalHolder
141        }        }
142      catch (IOException ex)      catch (IOException ex)
143        {        {
144          throw new MARSHAL(ex.getClass().getName() + ":" + ex.getMessage());          MARSHAL t = new MARSHAL();
145            t.initCause(ex);
146            throw t;
147        }        }
148    }    }
149    

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