--- projects/cms/source/server/idl/iscream.idl 2003/02/24 20:18:46 1.23 +++ projects/cms/source/server/idl/iscream.idl 2003/05/05 22:05:01 1.24 @@ -22,7 +22,7 @@ // This class provides infomation about the CORBA // interface for the server side of the i-scream system. // -// $Id: iscream.idl,v 1.23 2003/02/24 20:18:46 tdb Exp $ +// $Id: iscream.idl,v 1.24 2003/05/05 22:05:01 tdb Exp $ // module uk { module org { module iscream { module cms { module server { module core { @@ -71,17 +71,10 @@ module uk { module org { module iscream { module cms { // end filter }; - module client { + module clientinterface { interface Client { void receiveXML(in string xml); }; - // end client - }; - - module clientinterface { - interface ClientInterface { - void receiveXML(in string xml); - }; interface CorbaControlHandler { boolean startData(); boolean stopData(); @@ -89,7 +82,7 @@ module uk { module org { module iscream { module cms { void disconnect(); }; interface CorbaClientListener { - CorbaControlHandler connect(in client::Client client, in string name); + CorbaControlHandler connect(in Client client, in string name); }; // end clientinterface };