--- projects/cms/source/server/uk/org/iscream/cms/server/client/ClientServant.java 2003/02/05 16:43:44 1.13 +++ projects/cms/source/server/uk/org/iscream/cms/server/client/ClientServant.java 2003/05/05 22:05:04 1.14 @@ -25,6 +25,7 @@ package uk.org.iscream.cms.server.client; import uk.org.iscream.cms.server.componentmanager.*; import uk.org.iscream.cms.server.core.*; import uk.org.iscream.cms.util.*; +import uk.org.iscream.cms.server.clientinterface.*; /** * A servant for the LocalClient. @@ -36,7 +37,7 @@ import uk.org.iscream.cms.util.*; * then handles pulling the data out of this queue. * * @author $Author: tdb $ - * @version $Id: ClientServant.java,v 1.13 2003/02/05 16:43:44 tdb Exp $ + * @version $Id: ClientServant.java,v 1.14 2003/05/05 22:05:04 tdb Exp $ */ class ClientServant extends ClientPOA { @@ -45,7 +46,7 @@ class ClientServant extends ClientPOA { /** * The current CVS revision of this class */ - public static final String REVISION = "$Revision: 1.13 $"; + public static final String REVISION = "$Revision: 1.14 $"; //---STATIC METHODS---