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

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

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

revision 1.3.2.1 by gnu_andrew, Tue Aug 2 20:12:48 2005 UTC revision 1.3.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 126  public class LifespanPolicyValue Line 128  public class LifespanPolicyValue
128        }        }
129      catch (ArrayIndexOutOfBoundsException ex)      catch (ArrayIndexOutOfBoundsException ex)
130        {        {
131          throw new BAD_OPERATION("Invalid enumeration code " + code);          BAD_OPERATION bad = new BAD_OPERATION("Invalid policy code " + code);
132            bad.minor = Minor.PolicyType;
133            throw bad;
134        }        }
135    }    }
136    

Legend:
Removed from v.1.3.2.1  
changed lines
  Added in v.1.3.2.2

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