--- projects/cms/source/server/idl/iscream.idl 2002/05/18 18:16:00 1.21 +++ projects/cms/source/server/idl/iscream.idl 2004/08/01 10:40:40 1.25 @@ -1,5 +1,6 @@ // // i-scream central monitoring system +// http://www.i-scream.org // Copyright (C) 2000-2002 i-scream // // This program is free software; you can redistribute it and/or @@ -21,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.21 2002/05/18 18:16:00 tdb Exp $ +// $Id: iscream.idl,v 1.25 2004/08/01 10:40:40 tdb Exp $ // module uk { module org { module iscream { module cms { module server { module core { @@ -65,23 +66,15 @@ module uk { module org { module iscream { module cms { interface FilterInfo { string getHostName(); string getUDPPort(); - string getTCPPort(); }; // 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 };