/[classpath]/classpath/gnu/CORBA/CDR/IDLTypeHelper.java
ViewVC logotype

Diff of /classpath/gnu/CORBA/CDR/IDLTypeHelper.java

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

revision 1.1 by audriusa, Sun Oct 2 19:58:00 2005 UTC revision 1.2 by audriusa, Tue Oct 4 17:58:14 2005 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package gnu.CORBA.CDR;  package gnu.CORBA.CDR;
40    
41    import gnu.CORBA.Minor;
42    
43  import org.omg.CORBA.MARSHAL;  import org.omg.CORBA.MARSHAL;
44  import org.omg.CORBA.portable.BoxedValueHelper;  import org.omg.CORBA.portable.BoxedValueHelper;
45  import org.omg.CORBA.portable.InputStream;  import org.omg.CORBA.portable.InputStream;
# Line 97  public class IDLTypeHelper Line 99  public class IDLTypeHelper
99      catch (Exception ex)      catch (Exception ex)
100        {        {
101          MARSHAL m = new MARSHAL(msg() + " id()");          MARSHAL m = new MARSHAL(msg() + " id()");
102            m.minor = Minor.Boxed;
103          m.initCause(ex);          m.initCause(ex);
104          throw m;          throw m;
105        }        }
# Line 115  public class IDLTypeHelper Line 118  public class IDLTypeHelper
118      catch (Exception ex)      catch (Exception ex)
119        {        {
120          MARSHAL m = new MARSHAL(msg() + " read(..)");          MARSHAL m = new MARSHAL(msg() + " read(..)");
121            m.minor = Minor.Boxed;        
122          m.initCause(ex);          m.initCause(ex);
123          throw m;          throw m;
124        }        }
# Line 148  public class IDLTypeHelper Line 152  public class IDLTypeHelper
152      catch (Exception ex)      catch (Exception ex)
153        {        {
154          MARSHAL m = new MARSHAL(msg() + " write(..)");          MARSHAL m = new MARSHAL(msg() + " write(..)");
155            m.minor = Minor.Boxed;        
156          m.initCause(ex);          m.initCause(ex);
157          throw m;          throw m;
158        }        }

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