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

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

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

revision 1.3 by audriusa, Sat Jul 2 21:34:16 2005 UTC revision 1.4 by audriusa, Wed Oct 5 16:25:42 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 129  public class IdUniquenessPolicyValue Line 131  public class IdUniquenessPolicyValue
131        }        }
132      catch (ArrayIndexOutOfBoundsException ex)      catch (ArrayIndexOutOfBoundsException ex)
133        {        {
134          throw new BAD_OPERATION("Invalid enumeration code " + code);          BAD_OPERATION bad = new BAD_OPERATION("Invalid policy code " + code);
135            bad.minor = Minor.PolicyType;
136            throw bad;
137        }        }
138    }    }
139    

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