/[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.10 by audriusa, Sun Oct 2 19:58:00 2005 UTC revision 1.11 by audriusa, Tue Oct 4 17:58:14 2005 UTC
# Line 41  package gnu.CORBA.CDR; Line 41  package gnu.CORBA.CDR;
41  import gnu.CORBA.BigDecimalHelper;  import gnu.CORBA.BigDecimalHelper;
42  import gnu.CORBA.IOR;  import gnu.CORBA.IOR;
43  import gnu.CORBA.IorProvider;  import gnu.CORBA.IorProvider;
44    import gnu.CORBA.Minor;
45  import gnu.CORBA.TypeCodeHelper;  import gnu.CORBA.TypeCodeHelper;
46  import gnu.CORBA.Unexpected;  import gnu.CORBA.Unexpected;
47  import gnu.CORBA.Version;  import gnu.CORBA.Version;
# Line 748  public abstract class cdrOutput Line 749  public abstract class cdrOutput
749      catch (IOException ex)      catch (IOException ex)
750        {        {
751          MARSHAL t = new MARSHAL();          MARSHAL t = new MARSHAL();
752            t.minor = Minor.CDR;
753          t.initCause(ex);          t.initCause(ex);
754          throw t;          throw t;
755        }        }
# Line 769  public abstract class cdrOutput Line 771  public abstract class cdrOutput
771      catch (IOException ex)      catch (IOException ex)
772        {        {
773          MARSHAL t = new MARSHAL();          MARSHAL t = new MARSHAL();
774            t.minor = Minor.CDR;
775          t.initCause(ex);          t.initCause(ex);
776          throw t;          throw t;
777        }        }

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

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