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.11 by tdb, Tue Jan 23 16:56:31 2001 UTC vs.
Revision 1.12 by tdb, Tue Jan 23 18:23:03 2001 UTC

# Line 67 | Line 67 | public class ClientInterfaceMain implements Component
67          
68          // Setup a PacketSorter
69          PacketSorter ps = new PacketSorter();
70 +        ps.start();
71          
72          // ClientInterfaceServant start (for inbound data)
73          _logger.write(toString(), Logger.DEBUG, "starting servant for inbound data");

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines