--- projects/cms/source/server/idl/iscream.idl 2000/11/20 22:06:13 1.6 +++ projects/cms/source/server/idl/iscream.idl 2000/11/21 21:12:41 1.8 @@ -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.6 2000/11/20 22:06:13 tdb Exp $ +// $Id: iscream.idl,v 1.8 2000/11/21 21:12:41 tdb Exp $ // module uk { module ac { module ukc { module iscream { module core { @@ -25,6 +25,7 @@ module uk { module ac { module ukc { module iscream { interface Configuration { string getProperty(in string key); long long getLastModified(); + string getFileList(); }; // The ConfigurationManager interface, provides a CORBA object that @@ -38,11 +39,11 @@ module uk { module ac { module ukc { module iscream { }; module filter { - interface FilterManager { - //intentionally blank at present - }; interface Filter { - //intentionally blank at present + void receiveXML(in string xml); + }; + interface FilterManager { + void register(in Filter filter); }; // end filter };