--- projects/cms/source/server/idl/iscream.idl 2000/11/16 18:08:06 1.3 +++ projects/cms/source/server/idl/iscream.idl 2000/11/20 17:11:28 1.4 @@ -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.3 2000/11/16 18:08:06 tdb Exp $ +// $Id: iscream.idl,v 1.4 2000/11/20 17:11:28 ajm Exp $ // module uk { module ac { module ukc { module iscream { module core { @@ -29,7 +29,7 @@ module uk { module ac { module ukc { module iscream { // The Configurator interface, provides a CORBA object that // all classes can use to obtain their individual configuration. - interface Configurator { + interface ConfigurationManager { Configuration getConfiguration(in string source); boolean isModified(in string source, in long long currentModified); };