/[classpath]/classpath/org/omg/CosNaming/BindingHelper.java
ViewVC logotype

Diff of /classpath/org/omg/CosNaming/BindingHelper.java

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

revision 1.1.2.2 by gnu_andrew, Tue Aug 2 20:12:47 2005 UTC revision 1.1.2.3 by gnu_andrew, Wed Nov 2 00:44:13 2005 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package org.omg.CosNaming;  package org.omg.CosNaming;
40    
41    import gnu.CORBA.Minor;
42    
43  import org.omg.CORBA.Any;  import org.omg.CORBA.Any;
44  import org.omg.CORBA.BAD_OPERATION;  import org.omg.CORBA.BAD_OPERATION;
45  import org.omg.CORBA.ORB;  import org.omg.CORBA.ORB;
# Line 74  public abstract class BindingHelper Line 76  public abstract class BindingHelper
76        }        }
77      catch (ClassCastException ex)      catch (ClassCastException ex)
78        {        {
79          throw new BAD_OPERATION("Binding expected");          BAD_OPERATION bad = new BAD_OPERATION("Binding expected");
80            bad.minor = Minor.Any;
81            bad.initCause(ex);
82            throw bad;
83        }        }
84    }    }
85    

Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.3

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