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

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

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

revision 1.1.2.5 by gnu_andrew, Wed Oct 12 21:28:12 2005 UTC revision 1.1.2.6 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.DynamicImplementation;  import org.omg.CORBA.DynamicImplementation;
# Line 123  public abstract class _NamingContextImpl Line 125  public abstract class _NamingContextImpl
125      OutputStream out = null;      OutputStream out = null;
126      Integer call_method = (Integer) methods.get(method);      Integer call_method = (Integer) methods.get(method);
127      if (call_method == null)      if (call_method == null)
128        throw new BAD_OPERATION(0, CompletionStatus.COMPLETED_MAYBE);        throw new BAD_OPERATION(Minor.Method, CompletionStatus.COMPLETED_MAYBE);
129    
130      switch (call_method.intValue())      switch (call_method.intValue())
131        {        {
# Line 389  public abstract class _NamingContextImpl Line 391  public abstract class _NamingContextImpl
391      // The server request contains no required result type.      // The server request contains no required result type.
392      Integer call_method = (Integer) methods.get(request.operation());      Integer call_method = (Integer) methods.get(request.operation());
393      if (call_method == null)      if (call_method == null)
394        throw new BAD_OPERATION(0, CompletionStatus.COMPLETED_MAYBE);        throw new BAD_OPERATION(Minor.Method, CompletionStatus.COMPLETED_MAYBE);
395    
396      switch (call_method.intValue())      switch (call_method.intValue())
397        {        {

Legend:
Removed from v.1.1.2.5  
changed lines
  Added in v.1.1.2.6

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