--- projects/cms/source/server/idl/iscream.idl 2001/02/03 00:44:28 1.13 +++ projects/cms/source/server/idl/iscream.idl 2001/02/05 01:01:52 1.14 @@ -2,7 +2,7 @@ // This class provides infomation about the CORBA // interface for the server side of the I-Scream system. // -// $Id: iscream.idl,v 1.13 2001/02/03 00:44:28 tdb Exp $ +// $Id: iscream.idl,v 1.14 2001/02/05 01:01:52 tdb Exp $ // module uk { module ac { module ukc { module iscream { module core { @@ -60,13 +60,13 @@ module uk { module ac { module ukc { module iscream { interface ClientInterface { void receiveXML(in string xml); }; - interface CorbaHandler { + interface CorbaControlHandler { boolean startData(); boolean stopData(); boolean setHostList(in string hostList); }; interface CorbaClientListener { - CorbaHandler connect(in string name, in client::Client client); + CorbaControlHandler connect(in client::Client client); }; // end clientinterface };