ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/uk/org/iscream/cms/server/clientinterface/ClientInterfaceMain.java
(Generate patch)

Comparing projects/cms/source/server/uk/org/iscream/cms/server/clientinterface/ClientInterfaceMain.java (file contents):
Revision 1.15 by tdb, Sun Jan 28 05:58:46 2001 UTC vs.
Revision 1.16 by tdb, Sat Feb 3 00:41:04 2001 UTC

# Line 74 | Line 74 | public class ClientInterfaceMain implements Component
74          TCPClientListener tcpClientListener = new TCPClientListener(listenPort, ps);
75          tcpClientListener.start();
76          
77 +        // Startup the CORBA Listener
78 +        _logger.write(toString(), Logger.DEBUG, "starting servant for inbound clients");
79 +        CorbaClientListenerServant corbaServant = new CorbaClientListenerServant(ps);
80 +        // !!! verify this name is correct at some point !!!
81 +        _refman.bindToOrb(corbaServant, "iscream.ClientInterface.CorbaListener");
82 +        
83          _logger.write(toString(), Logger.SYSINIT, "started");
84      }
85  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines