# | Line 29 | Line 29 | module uk { module ac { module ukc { module iscream { | |
---|---|---|
29 | ||
30 | // The Configurator interface, provides a CORBA object that | |
31 | // all classes can use to obtain their individual configuration. | |
32 | < | interface Configurator { |
32 | > | interface ConfigurationManager { |
33 | Configuration getConfiguration(in string source); | |
34 | boolean isModified(in string source, in long long currentModified); | |
35 | }; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |