| # | Line 27 | Line 27 | module uk { module ac { module ukc { module iscream { | |
|---|---|---|
| 27 | long long getLastModified(); | |
| 28 | }; | |
| 29 | ||
| 30 | < | // The Configurator interface, provides a CORBA object that |
| 30 | > | // The ConfigurationManager 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 |