/[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.4 by gnu_andrew, Sat Sep 10 15:32:05 2005 UTC revision 1.1.2.5 by gnu_andrew, Wed Oct 12 21:28:12 2005 UTC
# Line 80  public abstract class _NamingContextImpl Line 80  public abstract class _NamingContextImpl
80     * As there are quite many methods, it may be sensible to use the hashtable.     * As there are quite many methods, it may be sensible to use the hashtable.
81     * This field is also reused in NamingContextPOA.     * This field is also reused in NamingContextPOA.
82     */     */
83    static Hashtable methods = new Hashtable();    static Hashtable<String,Integer> methods = new Hashtable<String,Integer>();
84    
85    /**    /**
86     * Put all methods into the table.     * Put all methods into the table.
# Line 410  public abstract class _NamingContextImpl Line 410  public abstract class _NamingContextImpl
410    
411      gnu.CORBA.ServiceRequestAdapter.invoke(request, this, result);      gnu.CORBA.ServiceRequestAdapter.invoke(request, this, result);
412    }    }
 }  
413    }

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

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