/[classpath]/classpath/gnu/CORBA/StubLocator.java
ViewVC logotype

Diff of /classpath/gnu/CORBA/StubLocator.java

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

revision 1.1 by audriusa, Fri Oct 28 10:33:41 2005 UTC revision 1.2 by audriusa, Fri Oct 28 12:04:39 2005 UTC
# Line 105  public class StubLocator Line 105  public class StubLocator
105     */     */
106    protected static ObjectImpl createDefaultStub(ORB orb, IOR ior)    protected static ObjectImpl createDefaultStub(ORB orb, IOR ior)
107    {    {
108      return new IOR_contructed_object(orb, ior);      return new IorObject(orb, ior);
109    }    }
110  }  }

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