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

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

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

revision 1.1.2.1 by gnu_andrew, Sat Sep 10 15:32:04 2005 UTC revision 1.1.2.2 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.BAD_OPERATION;  import org.omg.CORBA.BAD_OPERATION;
44  import org.omg.CORBA.CompletionStatus;  import org.omg.CORBA.CompletionStatus;
45  import org.omg.CORBA.ObjectHelper;  import org.omg.CORBA.ObjectHelper;
# Line 189  public abstract class NamingContextExtPO Line 191  public abstract class NamingContextExtPO
191      OutputStream out = null;      OutputStream out = null;
192      Integer call_method = (Integer) _NamingContextImplBase.methods.get(method);      Integer call_method = (Integer) _NamingContextImplBase.methods.get(method);
193      if (call_method == null)      if (call_method == null)
194        throw new BAD_OPERATION(0, CompletionStatus.COMPLETED_MAYBE);        throw new BAD_OPERATION(Minor.Method, CompletionStatus.COMPLETED_MAYBE);
195    
196      switch (call_method.intValue())      switch (call_method.intValue())
197        {        {

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