/[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.4 by audriusa, Sun Aug 7 17:17:43 2005 UTC revision 1.5 by audriusa, Tue Oct 4 17:58:15 2005 UTC
# Line 110  public class universalHolder Line 110  public class universalHolder
110      catch (IOException ex)      catch (IOException ex)
111        {        {
112          MARSHAL t = new MARSHAL();          MARSHAL t = new MARSHAL();
113            t.minor = Minor.Any;
114          t.initCause(ex);          t.initCause(ex);
115          throw t;          throw t;
116        }        }
# Line 142  public class universalHolder Line 143  public class universalHolder
143      catch (IOException ex)      catch (IOException ex)
144        {        {
145          MARSHAL t = new MARSHAL();          MARSHAL t = new MARSHAL();
146            t.minor = Minor.Any;
147          t.initCause(ex);          t.initCause(ex);
148          throw t;          throw t;
149        }        }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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