/[classpath]/classpath/gnu/CORBA/NamingService/NamingServiceTransient.java
ViewVC logotype

Diff of /classpath/gnu/CORBA/NamingService/NamingServiceTransient.java

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

revision 1.1 by audriusa, Sun May 15 01:09:30 2005 UTC revision 1.2 by audriusa, Tue Jun 21 10:30:55 2005 UTC
# Line 102  public class NamingServiceTransient Line 102  public class NamingServiceTransient
102      String iorf = null;      String iorf = null;
103      try      try
104        {        {
105            Functional_ORB.setPort(PORT);
106    
107          // Create and initialize the ORB          // Create and initialize the ORB
108          final Functional_ORB orb = new Functional_ORB();          final Functional_ORB orb = new Functional_ORB();
109          orb.setPort(PORT);  
110          orb.init(args, null);          Functional_ORB.setPort(Functional_ORB.DEFAULT_INITIAL_PORT);
111    
112          // Create the servant and register it with the ORB          // Create the servant and register it with the ORB
113          NamingContextExt namer = new Ext(new TransientContext());          NamingContextExt namer = new Ext(new TransientContext());

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