/[classpath]/classpath/org/omg/PortableServer/ThreadPolicyValue.java
ViewVC logotype

Diff of /classpath/org/omg/PortableServer/ThreadPolicyValue.java

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

revision 1.1.2.1 by gnu_andrew, Tue Aug 2 20:12:48 2005 UTC revision 1.1.2.2 by gnu_andrew, Wed Nov 2 00:44:14 2005 UTC
# Line 38  exception statement from your version. * Line 38  exception statement from your version. *
38    
39  package org.omg.PortableServer;  package org.omg.PortableServer;
40    
41    import gnu.CORBA.Minor;
42    
43  import org.omg.CORBA.BAD_OPERATION;  import org.omg.CORBA.BAD_OPERATION;
44  import org.omg.CORBA.portable.IDLEntity;  import org.omg.CORBA.portable.IDLEntity;
45    
# Line 139  public class ThreadPolicyValue Line 141  public class ThreadPolicyValue
141        }        }
142      catch (ArrayIndexOutOfBoundsException ex)      catch (ArrayIndexOutOfBoundsException ex)
143        {        {
144          throw new BAD_OPERATION("Invalid enumeration code " + code);          BAD_OPERATION bad = new BAD_OPERATION("Invalid policy code " + code);
145            bad.minor = Minor.PolicyType;
146            throw bad;
147        }        }
148    }    }
149    

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

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