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.12 by tdb, Tue Jan 23 18:23:03 2001 UTC vs.
Revision 1.13 by tdb, Sat Jan 27 23:30:40 2001 UTC

# Line 74 | Line 74 | public class ClientInterfaceMain implements Component
74          ClientInterfaceServant ciServant = new ClientInterfaceServant(ps);
75          _refman.bindToOrb(ciServant, "iscream.ClientInterface." + ClientInterfaceMain.NAME);
76          
77 +        // Startup the TCPListener
78          TCPClientListener tcpClientListener = new TCPClientListener(listenPort, ps);
79          tcpClientListener.start();
80          

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines