--- projects/cms/source/server/uk/org/iscream/cms/server/client/ClientServant.java 2001/03/23 02:30:44 1.9 +++ projects/cms/source/server/uk/org/iscream/cms/server/client/ClientServant.java 2001/05/29 17:02:34 1.10 @@ -1,10 +1,10 @@ //---PACKAGE DECLARATION--- -package uk.org.iscream.client; +package uk.org.iscream.cms.server.client; //---IMPORTS--- -import uk.org.iscream.componentmanager.*; -import uk.org.iscream.core.*; -import uk.org.iscream.util.*; +import uk.org.iscream.cms.server.componentmanager.*; +import uk.org.iscream.cms.server.core.*; +import uk.org.iscream.cms.server.util.*; /** * A servant for the LocalClient. @@ -15,8 +15,8 @@ import uk.org.iscream.util.*; * queue, using the recieveXML method. The MonitorManager * then handles pulling the data out of this queue. * - * @author $Author: ajm $ - * @version $Id: ClientServant.java,v 1.9 2001/03/23 02:30:44 ajm Exp $ + * @author $Author: tdb $ + * @version $Id: ClientServant.java,v 1.10 2001/05/29 17:02:34 tdb Exp $ */ class ClientServant extends ClientPOA { @@ -25,7 +25,7 @@ class ClientServant extends ClientPOA { /** * The current CVS revision of this class */ - public static final String REVISION = "$Revision: 1.9 $"; + public static final String REVISION = "$Revision: 1.10 $"; //---STATIC METHODS--- @@ -55,7 +55,7 @@ class ClientServant extends ClientPOA { * Overrides the {@link java.lang.Object#toString() Object.toString()} * method to provide clean logging (every class should have this). * - * This uses the uk.org.iscream.util.FormatName class + * This uses the uk.org.iscream.cms.server.util.FormatName class * to format the toString() * * @return the name of this class and its CVS revision