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

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

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

revision 1.1 by audriusa, Fri Sep 2 19:44:00 2005 UTC revision 1.2 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.CosNaming;  package org.omg.CosNaming;
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.CompletionStatus;  import org.omg.CORBA.CompletionStatus;
45  import org.omg.CORBA.portable.InputStream;  import org.omg.CORBA.portable.InputStream;
# Line 103  public abstract class BindingIteratorPOA Line 105  public abstract class BindingIteratorPOA
105          out = rh.createReply();          out = rh.createReply();
106        }        }
107      else      else
108        throw new BAD_OPERATION(method, 0, CompletionStatus.COMPLETED_MAYBE);        throw new BAD_OPERATION(method, Minor.Method,
109            CompletionStatus.COMPLETED_MAYBE);
110    
111      return out;      return out;
112    }    }

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

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