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

Diff of /classpath/org/omg/CosNaming/NamingContextPOA.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:05 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 92  public abstract class NamingContextPOA Line 94  public abstract class NamingContextPOA
94      OutputStream out = null;      OutputStream out = null;
95      Integer call_method = (Integer) _NamingContextImplBase.methods.get(method);      Integer call_method = (Integer) _NamingContextImplBase.methods.get(method);
96      if (call_method == null)      if (call_method == null)
97        throw new BAD_OPERATION(0, CompletionStatus.COMPLETED_MAYBE);        throw new BAD_OPERATION(Minor.Method, CompletionStatus.COMPLETED_MAYBE);
98    
99      switch (call_method.intValue())      switch (call_method.intValue())
100        {        {

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