--- projects/cms/source/server/uk/org/iscream/cms/server/filter/TCPReader.java 2000/11/30 02:00:54 1.3 +++ projects/cms/source/server/uk/org/iscream/cms/server/filter/TCPReader.java 2000/11/30 02:38:09 1.4 @@ -12,15 +12,15 @@ import java.net.InetAddress; import java.net.UnknownHostException; import org.omg.CORBA.*; import org.omg.CosNaming.*; -import uk.ac.ukc.iscream.refman.*; +import uk.ac.ukc.iscream.util.*; /** * A socket listener to listen for new hosts registering with the system. * When a host makes a connection, the connecton is past to an instance * of the HostInit class, which handles further communication. * - * @author $Author: tdb $ - * @version $Id: TCPReader.java,v 1.3 2000/11/30 02:00:54 tdb Exp $ + * @author $Author: ajm $ + * @version $Id: TCPReader.java,v 1.4 2000/11/30 02:38:09 ajm Exp $ */ class TCPReader extends Thread { @@ -29,7 +29,7 @@ class TCPReader extends Thread { /** * The current CVS revision of this class */ - public final String REVISION = "$Revision: 1.3 $"; + public final String REVISION = "$Revision: 1.4 $"; //---STATIC METHODS---