/[classpath]/classpath/org/omg/CORBA/_IDLTypeStub.java
ViewVC logotype

Diff of /classpath/org/omg/CORBA/_IDLTypeStub.java

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

revision 1.3 by mark, Sat Jul 2 20:32:58 2005 UTC revision 1.4 by audriusa, Tue Oct 4 17:58:15 2005 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package org.omg.CORBA;  package org.omg.CORBA;
40    
41    import gnu.CORBA.Minor;
42  import gnu.CORBA.TypeCodeHelper;  import gnu.CORBA.TypeCodeHelper;
43    
44  import org.omg.CORBA.portable.ApplicationException;  import org.omg.CORBA.portable.ApplicationException;
# Line 114  public class _IDLTypeStub Line 115  public class _IDLTypeStub
115      catch (UserException ex)      catch (UserException ex)
116        {        {
117          MARSHAL m = new MARSHAL();          MARSHAL m = new MARSHAL();
118            m.minor = Minor.UserException;
119          m.initCause(ex);          m.initCause(ex);
120          throw m;          throw m;
121        }        }

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